Define TEMPLATEPATH. Look for footer, sidebar, and header in the template directory for the active theme.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1922 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren
2004-12-08 21:51:25 +00:00
parent ceca2e9751
commit b1f753ab3f
5 changed files with 9 additions and 7 deletions

View File

@@ -96,6 +96,8 @@ if ( get_settings('active_plugins') ) {
}
}
define('TEMPLATEPATH', get_template_directory());
function shutdown_action_hook() {
do_action('shutdown', '');
}