mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Bits of footer weren't displaying on password prompt page
This commit is contained in:
8
page.php
8
page.php
@@ -11,9 +11,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/page.php,v $
|
| $Source: /cvs_backup/e107_0.8/page.php,v $
|
||||||
| $Revision: 1.10 $
|
| $Revision: 1.11 $
|
||||||
| $Date: 2007-06-27 13:27:19 $
|
| $Date: 2007-08-03 18:40:49 $
|
||||||
| $Author: sweetas $
|
| $Author: e107steved $
|
||||||
|
|
|
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -362,7 +362,7 @@ class pageClass
|
|||||||
|
|
||||||
function pageCheckPerms($page_class, $page_password, $page_title=" ")
|
function pageCheckPerms($page_class, $page_password, $page_title=" ")
|
||||||
{
|
{
|
||||||
global $ns, $tp, $HEADER, $FOOTER, $sql; // $tp added
|
global $ns, $tp, $pref, $HEADER, $FOOTER, $sql; // $tp added - also $pref - used by footer
|
||||||
|
|
||||||
|
|
||||||
if (!check_class($page_class))
|
if (!check_class($page_class))
|
||||||
|
Reference in New Issue
Block a user