Added a CMS_ENCODER utility class.

Added a block header template: smarty engine.
Added a menu template: smarty engine.
This commit is contained in:
jvelilla
2014-11-05 07:45:36 -03:00
parent bafdc085d9
commit b90e3b3df0
9 changed files with 126 additions and 60 deletions

View File

@@ -0,0 +1,7 @@
<div class='navbar navbar-inverse'>
<div class='navbar-inner nav-collapse' style="height: auto;">
<ul class="nav">
{$header_block/}
</ul>
</div>
</div>

View File

@@ -23,8 +23,8 @@
<div class='container-fluid'>
<!-- Page Header -->
{$region_header/}
{$region_header/}
<!-- General Page Content -->
<div id='content' class='row-fluid'>

View File

@@ -0,0 +1,3 @@
{foreach item="item" from="$menu.items"}
<li class="active"><a href="{$item.location/}">{$item.title/}</a></li>
{/foreach}

View File

@@ -1,4 +1,4 @@
<h1>ROC Layout with Default Regions</h1>
<h1>{$page_title/}</h1>
<div class='navbar navbar-inverse'>
<div class='navbar-inner nav-collapse' style="height: auto;">
<ul class="nav">