Rebuild theme registry

If you want to add a template file you have to rebuild your sites theme registry.
Put this first in template.tpl.php:

<?php
global $user;
if(
$user->uid == 1){
drupal_rebuild_theme_registry();
echo
"drupal_rebuild_theme_registry"; }

?>
Knowledge keywords: