Final manual layout

This commit is contained in:
skeeter 2001-05-10 03:24:11 +00:00
parent 4bb9b8e5a9
commit 75db6dc449
2 changed files with 7 additions and 6 deletions

View File

@ -16,10 +16,11 @@
); );
$phpgw_info['flags'] = $phpgw_flags; $phpgw_info['flags'] = $phpgw_flags;
include('../../header.inc.php'); include('../../header.inc.php');
$appname = 'preferences';
include(PHPGW_SERVER_ROOT.'/'.$appname.'/version.inc.php');
?> ?>
<img src="<?php echo $phpgw->common->image('preferences','navbar.gif'); ?>" border="0"> <img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border="0"><p/>
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/> <font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2">
<?php include(PHPGW_SERVER_ROOT.'/preferences/version.inc.php'); ?> Version: <b><?php echo $phpgw_info['server']['versions'][$appname]; ?></b>
Version: <b><?php echo $phpgw_info['server']['versions']['preferences']; ?></b>
</font> </font>
<?php $phpgw->common->phpgw_footer(); ?> <?php $phpgw->common->phpgw_footer(); ?>

View File

@ -22,6 +22,6 @@
$treemenu[] = '..'.($navbar != 'text'?'<img src="'.$phpgw->common->image($appname,'navbar.gif').'" border="0" alt="'.ucwords($appname).'">':'').($navbar != 'icons'?'<font face="'.$font.'">'.ucwords($appname).'</font>':'').'|'.$phpgw->link('/'.$appname.'/help/index.php'); $treemenu[] = '..'.($navbar != 'text'?'<img src="'.$phpgw->common->image($appname,'navbar.gif').'" border="0" alt="'.ucwords($appname).'">':'').($navbar != 'icons'?'<font face="'.$font.'">'.ucwords($appname).'</font>':'').'|'.$phpgw->link('/'.$appname.'/help/index.php');
$treemenu[] = '...<font face="'.$font.'">Overview</font>|'.$phpgw->link('/'.$appname.'/help/'.$appname.'.php'); $treemenu[] = '...<font face="'.$font.'">Overview</font>|'.$phpgw->link('/'.$appname.'/help/'.$appname.'.php');
// Modify the $treemenu variables from here down..... // Modify the $treemenu variables from here down.....
$treemenu[] = '...<font face="'.$font.'">Settings</font>|/'.$appname.'/help/settings.php'."\n"; $treemenu[] = '...<font face="'.$font.'">Settings</font>|'.$phpgw->link('/'.$appname.'/help/settings.php');
$treemenu[] = '...<font face="'.$phpgw_info['theme']['font'].'">Other</font>|/'.$appname.'/help/other.php'."\n"; $treemenu[] = '...<font face="'.$font.'">Other</font>|'.$phpgw->link('/'.$appname.'/help/other.php');
?> ?>