5 lines
174 B
Smarty
5 lines
174 B
Smarty
|
|
<div class="header-lined">
|
||
|
|
<h1>{$title}{if $desc} <small>{$desc}</small>{/if}</h1>
|
||
|
|
{if $showbreadcrumb}{include file="$template/includes/breadcrumb.tpl"}{/if}
|
||
|
|
</div>
|