setTemplate('cast/profile_s.tpl'); $page->setController('Static'); $page->setAction('cast_profile'); if ($page_status !== '404'){ get_header(); $page->display(); get_footer(); }