https://www.icyphoenix.com/viewtopic.php?f=30&t=4518&p=43133#p43133 ----------------------------------- FedericoBiccheddu Tue 18 Aug, 2009 17:48 Re: Create New Forum Pages And Add Custom Vars. ----------------------------------- [code linenumbers=false]set_filenames(array('body' => 'page_body.tpl')); $template->assign_vars(array( 'KEY' => 'Value', )); $page_title = 'Page Title'; $meta_description = ''; $meta_keywords = ''; include(IP_ROOT_PATH . 'includes/page_header.' . PHP_EXT); $template->pparse('body'); include(IP_ROOT_PATH . 'includes/page_tail.' . PHP_EXT);[/code] ;)