set_filenames(array('header'=>'header.tpl')); $template->assign_vars( array( 'GALLERY_TITLE' => isset($page['gallery_title']) ? $page['gallery_title'] : $conf['gallery_title'], 'PAGE_BANNER' => isset($page['page_banner']) ? $page['page_banner'] : $conf['page_banner'], 'BODY_ID' => isset($page['body_id']) ? $page['body_id'] : '', 'CONTENT_ENCODING' => $lang_info['charset'], 'PAGE_TITLE' => strip_tags($title), 'LANG'=>$lang_info['code'], 'DIR'=>$lang_info['direction'], 'TAG_INPUT_ENABLED' => ((is_adviser()) ? 'disabled onclick="return false;"' : '') )); header('Content-Type: text/html; charset='.$lang_info['charset']); $template->parse('header'); ?>