Page Theme error on install
Permalink
When I view my theme under the Themes I get this error:
The theme file page_theme.php does not define the class Application\Theme\HAYES\PageTheme
My file:
The theme file page_theme.php does not define the class Application\Theme\HAYES\PageTheme
My file:
<?php namespace Application\Theme\Hayes; use Concrete\Core\Page\Theme\Theme; class PageTheme extends Theme { protected $pThemeGridFrameworkHandle = 'bootstrap3'; } >
application/themes/hayes/page_theme.php