Merge pull request #13342 from MrPetovan/bug/13333-exception-home-page
[frio] Add a <section> tag to the home page default template
This commit is contained in:
commit
a87de6cdaf
|
@ -137,12 +137,12 @@ $is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser";
|
|||
';
|
||||
} else {
|
||||
echo '
|
||||
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" id="content" style="margin-top:50px;">';
|
||||
<section class="col-lg-12 col-md-12 col-sm-12 col-xs-12" id="content" style="margin-top:50px;">';
|
||||
if (!empty($page['content'])) {
|
||||
echo $page['content'];
|
||||
}
|
||||
echo '
|
||||
</div>
|
||||
</section>
|
||||
';
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue