root/ip/tags/release_1_3_0_53/includes/new_page_common.php
| 111 | 163 | ||
|---|---|---|---|
116 | } | 116 | } |
117 | 117 | ||
118 | // Start output of page | 118 | // Start output of page |
119 | $page_title = $board_config['sitename'] . ' - ' . $layout_name; | 119 | $page_title = ip_stripslashes($board_config['sitename']) . ' - ' . $layout_name; |
120 | $meta_description = ''; | 120 | $meta_description = ''; |
121 | $meta_keywords = ''; | 121 | $meta_keywords = ''; |
122 | $breadcrumbs_address = $lang['Nav_Separator'] . '<a class="nav-current" href="#">' . $layout_name . '</a>'; | 122 | $breadcrumbs_address = $lang['Nav_Separator'] . '<a class="nav-current" href="#">' . $layout_name . '</a>'; |
Download diff