diff options
Diffstat (limited to '')
-rw-r--r-- | include/page_header.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/page_header.php b/include/page_header.php index 7b00e7055..8bf830cf5 100644 --- a/include/page_header.php +++ b/include/page_header.php @@ -35,6 +35,18 @@ $css.= '/'.$user['template'].'.css'; $template->assign_vars( array( + 'GALLERY_TITLE' => + isset($page['gallery_title']) ? + $page['gallery_title'] : $conf['gallery_title'], + + 'GALLERY_DESCRIPTION' => + isset($page['gallery_description']) ? + $page['gallery_description'] : $conf['gallery_description'], + + 'BODY_ID' => + isset($page['body_id']) ? + $page['body_id'] : '', + 'CONTENT_ENCODING' => $lang_info['charset'], 'PAGE_TITLE' => $title, 'LANG'=>$lang_info['code'], |