require dirname(__FILE__).'/include/common.inc.php'; $head['title'] = $WLSL['sitename'].'_'.$WLSL['meta_title']; $head['keywords'] = $WLSL['meta_keywords']; $head['description'] = $WLSL['meta_description']; header('Last-Modified: '.gmdate('D, d M Y H:i:s', TIME).' GMT'); header('Expires: '.gmdate('D, d M Y H:i:s', TIME+CACHE_PAGE_INDEX_TTL).' GMT'); header('Cache-Control: max-age='.CACHE_PAGE_INDEX_TTL.', must-revalidate'); include template('main', 'index'); cache_page(CACHE_PAGE_INDEX_TTL); ?>