root/ip/tags/release_1_3_0_53/index.php
| 111 | 163 | ||
|---|---|---|---|
123 | } | 123 | } |
124 | 124 | ||
125 | // Start output of page | 125 | // Start output of page |
126 | $page_title = $board_config['sitename']; | 126 | $page_title = ip_stripslashes($board_config['sitename']); |
127 | $meta_description = ''; | 127 | $meta_description = ''; |
128 | $meta_keywords = ''; | 128 | $meta_keywords = ''; |
129 | //define('SHOW_ONLINE', true); | 129 | //define('SHOW_ONLINE', true); |
130 | if ($layout != $cms_config_vars['default_portal']) | 130 | if ($layout != $cms_config_vars['default_portal']) |
131 | { | 131 | { |
132 | $page_title = $board_config['sitename'] . ' - ' . $layout_name; | 132 | $page_title = ip_stripslashes($board_config['sitename']) . ' - ' . $layout_name; |
133 | $breadcrumbs_address = $lang['Nav_Separator'] . '<a class="nav-current" href="#">' . $layout_name . '</a>'; | 133 | $breadcrumbs_address = $lang['Nav_Separator'] . '<a class="nav-current" href="#">' . $layout_name . '</a>'; |
134 | } | 134 | } |
135 | include(IP_ROOT_PATH . 'includes/page_header.' . PHP_EXT); | 135 | include(IP_ROOT_PATH . 'includes/page_header.' . PHP_EXT); |
Download diff