assign("title", $title); $tpl->assign("site_name", CONFIG_SITE_NAME); $tpl->draw("header"); $tpl->assign("url_filename", CONFIG_ROOT_URL.'/'.$n); $tpl->assign("retention_time", CONFIG_MAX_RETENTION_TEXT); $tpl->draw("upload-done"); $tpl->draw("footer"); ?>