diff options
Diffstat (limited to 'includes')
| -rwxr-xr-x | includes/header.php | 5 |
1 files changed, 5 insertions, 0 deletions
| diff --git a/includes/header.php b/includes/header.php index 6018179..994a291 100755 --- a/includes/header.php +++ b/includes/header.php | |||
| @@ -53,6 +53,11 @@ if (isset($_POST['message'])) | |||
| 53 | $headerTemp->adds_block('MESSAGE',array('MSG' => $_POST['message'])); | 53 | $headerTemp->adds_block('MESSAGE',array('MSG' => $_POST['message'])); |
| 54 | } | 54 | } |
| 55 | 55 | ||
| 56 | if (($pageCategory != 'fourm') && ($pageCategory != 'wiki')) | ||
| 57 | { | ||
| 58 | $headerTemp->adds_block('MEMBERS',array('exi' => 1)); | ||
| 59 | } | ||
| 60 | |||
| 56 | $headerTemp->display(); | 61 | $headerTemp->display(); |
| 57 | 62 | ||
| 58 | ?> | 63 | ?> |
