Fixes for the menus not working now.

This commit is contained in:
skeeter 2001-04-29 00:16:55 +00:00
parent c9ad979469
commit 8ad8e64091
2 changed files with 1 additions and 3 deletions

View File

@ -34,6 +34,6 @@
$tpl->set_var('font_family',$phpgw_info['theme']['font']);
$tpl->set_var('website_title', $phpgw_info['server']['site_title']);
$tpl->set_var('body_tags',$bodyheader);
echo $tpl->finish($tpl->parse('out','head'));
$tpl->pfp('out','head');
unset($tpl);
?>

View File

@ -20,7 +20,6 @@
<script language="JavaScript" src="{webserver_url}/phpgwapi/templates/justweb/navcond.js"></script>
<script language="JavaScript">
<!--
var myNavBar1 = new NavBar(0);
var dhtmlMenu;
@ -72,7 +71,6 @@ function init() {
myNavBar1.create();
myNavBar1.setzIndex(2);
}
-->
</script>
</HEAD>