assign(array( 'CRYPTO' => $conf['cryptographp'], 'CRYPTO_PATH' => get_absolute_root_url().CRYPTO_PATH, )); $template->set_filename('cryptographp', realpath(CRYPTO_PATH.'template/'.$conf['cryptographp']['template'].'.tpl')); $template->append('CRYPTO', array('parsed_content' => $template->parse('cryptographp', true)), true);