Added PHPEX to the overall_header template

git-svn-id: file:///svn/phpbb/trunk@26 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-02-23 18:10:49 +00:00
parent 888d78b63a
commit 3c73050aac

View file

@ -26,6 +26,7 @@
$template->set_file(array("overall_header" => "overall_header.tpl", $template->set_file(array("overall_header" => "overall_header.tpl",
"overall_footer" => "overall_footer.tpl")); "overall_footer" => "overall_footer.tpl"));
$template->set_var(array("SITENAME" => $sitename, $template->set_var(array("SITENAME" => $sitename,
"PHPEX" => $phpEx,
"PAGE_TITLE" => $page_title, "PAGE_TITLE" => $page_title,
"META_INFO" => $meta_tags)); "META_INFO" => $meta_tags));
$template->pparse("output", "overall_header"); $template->pparse("output", "overall_header");