Update of /cvsroot/openfirst/base/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27433/includes
Modified Files:
modules.php
Log Message:
Fixed bugs, now nav/admin bars can be gotten
Index: modules.php
===================================================================
RCS file: /cvsroot/openfirst/base/includes/modules.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** modules.php 27 May 2005 13:53:19 -0000 1.5
--- modules.php 27 May 2005 13:59:48 -0000 1.6
***************
*** 200,206 ****
$this->mMaintainer = $this->mxmlCurTag->Contents[0];
} else if ($name == 'NAVBAR') {
! $this->mNavbar = $this->mxmlCurTag->Contents[0];
} else if ($name == 'ADMINBAR') {
! $this->mAdminbar = $this->mxmlCurTag->Contents[0];
} else if ($name == 'INCLUDES') {
$this->mIncludesTag =& $this->mxmlCurTag;
--- 200,206 ----
$this->mMaintainer = $this->mxmlCurTag->Contents[0];
} else if ($name == 'NAVBAR') {
! $this->mNavBar = $this->mxmlCurTag->Contents[0];
} else if ($name == 'ADMINBAR') {
! $this->mAdminBar = $this->mxmlCurTag->Contents[0];
} else if ($name == 'INCLUDES') {
$this->mIncludesTag =& $this->mxmlCurTag;
|