phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: wcm/website main.php,1.8,1.9


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wcm/website main.php,1.8,1.9
Date: Sat, 16 Feb 2002 18:05:48 -0500

Update of /cvsroot/phpgroupware/wcm/website
In directory subversions:/tmp/cvs-serv26006/website

Modified Files:
        main.php 
Log Message:
Add setting for site left/mid/right pane widths



Index: main.php
===================================================================
RCS file: /cvsroot/phpgroupware/wcm/website/main.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** main.php    16 Feb 2002 14:28:44 -0000      1.8
--- main.php    16 Feb 2002 23:05:44 -0000      1.9
***************
*** 43,46 ****
--- 43,51 ----
        $tpl->set_block('frame','bottom','bottom');
  
+       $tpl->set_var('left_width',    $wcm->site['site_left']  ? 
$wcm->site['site_left']  : '120');
+       $tpl->set_var('mid_width',     $wcm->site['site_mid']   ? 
$wcm->site['site_mid']   : '*');
+       $tpl->set_var('mid_img_width', $wcm->site['site_mid']   ? 
$wcm->site['site_mid']   : '350');
+       $tpl->set_var('right_width',   $wcm->site['site_right'] ? 
$wcm->site['site_right'] : '130');
+ 
        /* TODO check expiration of each page and element */
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]