Update of /cvsroot/mxbb/core/includes
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6050/includes
Modified Files:
page_tail.php
Log Message:
Updated install wizard, with new references to new site
Fixed the creation of default user
Updated all tpl footer, with updated copyrights etc
New validation check when switching backend, to ensure you can always manage the system
Cleanup when in internal mode. phpbb settings are hidden
Index: page_tail.php
===================================================================
RCS file: /cvsroot/mxbb/core/includes/page_tail.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** page_tail.php 4 Feb 2008 15:56:43 -0000 1.37
--- page_tail.php 16 Jun 2008 10:46:38 -0000 1.38
***************
*** 123,126 ****
--- 123,127 ----
$template->assign_vars(array(
+ 'PHPBB_BACKEND' => PORTAL_BACKEND != 'internal',
'U_PORTAL_ROOT_PATH' => PORTAL_URL,
'U_PHPBB_ROOT_PATH' => PHPBB_URL,
|