include "admin/blogit/config.php"; header ("Pragma: no-cache"); header ("Cache-Control: no-store, no-cache, must-revalidate, max_age=0"); header("Cache-Control: post-check=0, pre-check=0", false); header ("Expires: 0"); include "admin/blogit/functions.php"; include "admin/blogit/login_link.php"; require $smarty_dir.'/Smarty.class.php'; include INSTALL_DIR.'smarty_common.php'; $smarty->display('head.tpl'); $smarty->display('header.tpl'); ?>