diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2009-01-05 18:01:06 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2009-01-05 18:01:06 -0500 |
commit | 38f73720eaec5f49752589ac088b04b3fa734117 (patch) | |
tree | b1d809406de7980925223cbcbdd974a2c074d13f /includes/header.php | |
parent | 646c11fb40bdd3e80e6b2ec168eaa05eae23e68e (diff) | |
download | fourisland-38f73720eaec5f49752589ac088b04b3fa734117.tar.gz fourisland-38f73720eaec5f49752589ac088b04b3fa734117.tar.bz2 fourisland-38f73720eaec5f49752589ac088b04b3fa734117.zip |
Integreated Fourm users
Diffstat (limited to 'includes/header.php')
-rwxr-xr-x | includes/header.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/includes/header.php b/includes/header.php index c2cbbc2..4460d0a 100755 --- a/includes/header.php +++ b/includes/header.php | |||
@@ -38,8 +38,6 @@ $headerTemp->add('HEADTAGS',isset($headtags) ? $headtags : ''); | |||
38 | $headerTemp->add('EXTRATITLE',isset($title) ? ($title . ' - ') : ''); | 38 | $headerTemp->add('EXTRATITLE',isset($title) ? ($title . ' - ') : ''); |
39 | $headerTemp->add('PAGEID',(isset($pageID)) ? $pageID : 'none'); | 39 | $headerTemp->add('PAGEID',(isset($pageID)) ? $pageID : 'none'); |
40 | $headerTemp->add(strtoupper($pageCategory) . 'ACTIVE', ' CLASS="active"'); | 40 | $headerTemp->add(strtoupper($pageCategory) . 'ACTIVE', ' CLASS="active"'); |
41 | $headerTemp->add('REDIRPAGE',rawurlencode($_SERVER['REQUEST_URI'])); | ||
42 | $headerTemp->add('LOGDATA',echoLogData()); | ||
43 | 41 | ||
44 | if (isset($_POST['message'])) | 42 | if (isset($_POST['message'])) |
45 | { | 43 | { |
@@ -48,6 +46,9 @@ if (isset($_POST['message'])) | |||
48 | 46 | ||
49 | if (($pageCategory != 'fourm') && ($pageCategory != 'wiki')) | 47 | if (($pageCategory != 'fourm') && ($pageCategory != 'wiki')) |
50 | { | 48 | { |
49 | $headerTemp->add('REDIRPAGE',rawurlencode($_SERVER['REQUEST_URI'])); | ||
50 | $headerTemp->add('LOGDATA',echoLogData()); | ||
51 | $headerTemp->add('SID',getSessionID()); | ||
51 | $headerTemp->adds_block('MEMBERS',array('exi' => 1)); | 52 | $headerTemp->adds_block('MEMBERS',array('exi' => 1)); |
52 | } | 53 | } |
53 | 54 | ||