header.tpl goes smart

git-svn-id: http://piwigo.org/svn/trunk@2240 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2008-03-02 00:29:27 +00:00
parent 1f271ceca3
commit 6e932e8752
6 changed files with 86 additions and 123 deletions
+1 -4
View File
@@ -42,9 +42,6 @@ if ( theController.location.toString()=="about:blank" || !theController.location
}
</script>';
$template->assign_block_vars( 'head_element', array(
'CONTENT' => $js
)
);
$template->append( 'head_elements', $js );
}
?>