template_dir = "/home3/icwebcom/public_html/olblue/templates/"; $pm->compile_dir = '/home3/icwebcom/public_html/olblue/templates_c/'; $pm->config_dir = '/home3/icwebcom/public_html/olblue/configs/'; $pm->cache_dir = '/home3/icwebcom/public_html/olblue/cache/'; $pm->compile_check = true; $pm->debugging = false; $pm->caching = false; $pm->assign("imgfull", $imgurl); $pm->assign("fullurl", $fullurl); $pm->assign("title", "Home Page"); $body_content = $pm->fetch("index.tpl"); $pm->assign("body_content", $body_content); $pm->display("page.tpl"); ?>