template_dir='../xpl_templates'; $smarty->compile_dir='../xpl_templates/compile'; $smarty->register_modifier('esch','esch'); if ($GLOBALS['sysctl']['submissions.disabled']=='y') { submitError('submissions.disabled.tpl',$smarty); exit(); } $errors=array(); $error=false; $smarty->assign('errors',$errors); $content=$smarty->fetch('submitdiscform.tpl'); $smarty->assign('content',$content); $smarty->display('submitpage.tpl'); ?>