1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-04 23:44:25 +03:00
ifhub.club/application/frontend/skin/developer/components/page-header/page-header.tpl
2014-10-30 22:59:00 +07:00

11 lines
258 B
Smarty

{**
* Заголовок страницы
*
* @param string $text
*}
{$component = 'page-header'}
<h2 class="{$component} {mod name=$component mods=$smarty.local.mods} {$smarty.local.classes}" {$smarty.local.attributes}>
{$smarty.local.text}
</h2>