index.php 110 Bytes
Newer Older
John Punzalan's avatar
John Punzalan committed
1 2 3 4 5 6 7 8 9 10
<?php
/**
 * The main template file.
 *
 * @package ThinkUpThemes
 */

	include( get_archive_template() );

?>