oops, renamed file

This commit is contained in:
John Bintz 2009-07-23 11:50:00 -07:00
parent 3e7e892e02
commit 99ee2c9ebb
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@
$content = ob_get_clean(); $content = ob_get_clean();
$post = $t; $post = $t;
include(get_template_directory() . '/layouts/classic.php'); include(get_template_directory() . '/layouts/classic.inc');
?> ?>