help with bootstrap3 grid in themen
Permalink
            HI evryone 
I need help i will build a theme for 5.7 i build this themen with the instruktion on yt.
and by add the boodstraop grid i have a error. Look a the img.
code in full.php
and code in the page_theme
can anyone help me ?
    I need help i will build a theme for 5.7 i build this themen with the instruktion on yt.
and by add the boodstraop grid i have a error. Look a the img.
code in full.php
<div class="static-header">
        <?
$a = new Area('static-header');
$a->enableGridContainer();
$a->display($c);
?> 
</div>and code in the page_theme
<?php namespace Application\Theme\RenovaQ; use Concrete\Core\Page\Theme\Theme; class PageTheme extends Theme { protected $pThemeGridFrameworkHandle = 'bootstrap3'; }
can anyone help me ?

