forked from extern/egroupware
Fixes for the menus not working now.
This commit is contained in:
parent
c9ad979469
commit
8ad8e64091
@ -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);
|
||||
?>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user