/ */ class P4Cms_View_Helper_Theme { /** * Get the current theme. */ public function theme() { return P4Cms_Theme::fetchActive(); } }