assign("title", $title); $tpl->assign("site_name", CONFIG_SITE_NAME); $tpl->draw("header"); if(isset($_GET['info'])) { $tpl->assign("url_filename", CONFIG_ROOT_URL); $tpl->assign("retention_time", CONFIG_MAX_RETENTION_TEXT); $tpl->draw("info"); } else { $tpl->draw("upload"); } $tpl->draw("footer"); ?>