phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: wiki/parse html.php,1.5,1.6


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wiki/parse html.php,1.5,1.6
Date: Thu, 06 Mar 2003 12:38:56 -0500

Update of /cvsroot/phpgroupware/wiki/parse
In directory subversions:/tmp/cvs-serv15670/parse

Modified Files:
        html.php 
Log Message:
wiki works now with session in cookie's on AND off


Index: html.php
===================================================================
RCS file: /cvsroot/phpgroupware/wiki/parse/html.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** html.php    4 Mar 2003 21:52:51 -0000       1.5
--- html.php    6 Mar 2003 17:38:20 -0000       1.6
***************
*** 190,204 ****
  function html_toolbar_top()
  {
!   global $HomePage, $PrefsScript;
!   if ($GLOBALS['phpgw_info']['user']['apps']['admin']) {
!     return html_ref($HomePage, $HomePage) . ' | ' .
!          html_ref('RecentChanges', 'RecentChanges') . ' | ' .
!          '<a href="' . $PrefsScript . '">Preferences</a> | '.
!          '<a 
href="'.$GLOBALS['phpgw']->link("/wiki/admin/index.php").'">Administration</a><br>';
!   } else {
!     return html_ref($HomePage, $HomePage) . ' | ' .
!          html_ref('RecentChanges', 'RecentChanges') . ' | ' .
!          '<a href="' . $PrefsScript . '">Preferences</a><br>';
!   }     
  }
  function html_history_entry($page, $version, $time, $host, $user, $c1, $c2,
--- 190,200 ----
  function html_toolbar_top()
  {
!       global $HomePage, $PrefsScript;
!     
!       return html_ref($HomePage, $HomePage) . ' | ' .
!              html_ref('RecentChanges', 'RecentChanges') . ' | ' .
!            '<a href="' . $PrefsScript . '">Preferences</a>' .
!              ($GLOBALS['phpgw_info']['user']['apps']['admin'] ?
!             ' | <a 
href="'.$GLOBALS['phpgw']->link("/wiki/admin/index.php").'">Administration</a>' 
: '').'<br>';
  }
  function html_history_entry($page, $version, $time, $host, $user, $c1, $c2,





reply via email to

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