17 lines
473 B
HTML
17 lines
473 B
HTML
{template "header.html"}
|
|
<header class="hui-header">
|
|
<div id="hui-back"></div>
|
|
<h1>{$cat.name}</h1>
|
|
<a id="hui-search" href="javascript:dr_m_top_category();"><i class="fa fa-navicon"></i></a>
|
|
</header>
|
|
|
|
<div class="page-wrapper-row full-height margin-top-20">
|
|
<div class="portlet light margin-top-20">
|
|
<div class="portlet-body xrcontent margin-top-40">
|
|
{dr_text_rel($content)}
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
{template "footer.html"} |