$v) { if($v['module'] != 'phpcms') continue; $types[$k] = $v; } $TYPE = $types; $ttl = CACHE_PAGE_LIST_TTL; header('Last-Modified: '.gmdate('D, d M Y H:i:s', TIME).' GMT'); header('Expires: '.gmdate('D, d M Y H:i:s', TIME + $ttl).' GMT'); header('Cache-Control: max-age='.$ttl.', must-revalidate'); include template('phpcms', $template); cache_page($ttl); ?>