From: Eloi G. <ada...@us...> - 2004-10-03 03:38:47
|
Update of /cvsroot/phpwsbb/phpwsbb/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27172/class Modified Files: Manager.php Log Message: Took out square brackets in Forum listing. Index: Manager.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Manager.php,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** Manager.php 26 Sep 2004 05:25:18 -0000 1.52 --- Manager.php 3 Oct 2004 02:47:48 -0000 1.53 *************** *** 309,313 **** /* "Edit Profile" button */ if($_SESSION['OBJ_user']->user_id) ! $GLOBALS['CNT_phpwsbb']['content'] .= '<div align="right">' . '[<a href="./index.php?module=phpwsbb&PHPWSBB_MAN_OP=usersettings">' . $_SESSION['translate']->it('My Forum Settings') . '</a>]</div>'; $this->setClass('PHPWSBB_Forum'); --- 309,313 ---- /* "Edit Profile" button */ if($_SESSION['OBJ_user']->user_id) ! $GLOBALS['CNT_phpwsbb']['content'] .= '<div align="right">|<a href="./index.php?module=phpwsbb&PHPWSBB_MAN_OP=usersettings">' . $_SESSION['translate']->it('My Forum Settings') . '</a>|</div>'; $this->setClass('PHPWSBB_Forum'); |