diff options
Diffstat (limited to 'includes/header.php')
-rwxr-xr-x | includes/header.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/header.php b/includes/header.php index e9f31f6..6018179 100755 --- a/includes/header.php +++ b/includes/header.php | |||
@@ -44,6 +44,9 @@ $headerTemp->add('BODYTAGS',(isset($bodyTags)) ? $bodyTags : ''); | |||
44 | $headerTemp->add('HEADTAGS',isset($headtags) ? $headtags : ''); | 44 | $headerTemp->add('HEADTAGS',isset($headtags) ? $headtags : ''); |
45 | $headerTemp->add('EXTRATITLE',isset($title) ? ($title . ' - ') : ''); | 45 | $headerTemp->add('EXTRATITLE',isset($title) ? ($title . ' - ') : ''); |
46 | $headerTemp->add('PAGEID',(isset($pageID)) ? $pageID : 'none'); | 46 | $headerTemp->add('PAGEID',(isset($pageID)) ? $pageID : 'none'); |
47 | $headerTemp->add(strtoupper($pageCategory) . 'ACTIVE', ' CLASS="active"'); | ||
48 | $headerTemp->add('REDIRPAGE',rawurlencode($_SERVER['REQUEST_URI'])); | ||
49 | $headerTemp->add('LOGDATA',echoLogData()); | ||
47 | 50 | ||
48 | if (isset($_POST['message'])) | 51 | if (isset($_POST['message'])) |
49 | { | 52 | { |