1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-02 22:45:02 +03:00
This commit is contained in:
Denis Shakhov 2013-05-25 15:05:13 +07:00
parent b124d3d6c1
commit eb4e7c57d8
18 changed files with 10 additions and 10 deletions

View file

@ -5,7 +5,7 @@
*}
{* Добавляем в тулбар кнопку обновления комментариев *}
{add_block group='toolbar' name='toolbar_comment.tpl'
{add_block group='toolbar' name='toolbar/toolbar_comment.tpl'
aPagingCmt=$aPagingCmt
iTargetId=$iTargetId
sTargetType=$sTargetType

View file

@ -16,7 +16,7 @@
</div> <!-- /container -->
{include file='toolbar.tpl'}
{include file='toolbar/toolbar.tpl'}
{hook run='body_end'}

View file

@ -112,8 +112,8 @@
{**
* Добавление кнопок в тулбар
*}
{add_block group='toolbar' name='toolbar_admin.tpl' priority=100}
{add_block group='toolbar' name='toolbar_scrollup.tpl' priority=-100}
{add_block group='toolbar' name='toolbar/toolbar_admin.tpl' priority=100}
{add_block group='toolbar' name='toolbar/toolbar_scrollup.tpl' priority=-100}
<body class="{$body_classes} width-{cfg name='view.grid.type'}">

View file

@ -3,7 +3,7 @@
*}
{if count($aTopics) > 0}
{add_block group='toolbar' name='toolbar_topic.tpl' iCountTopic=count($aTopics)}
{add_block group='toolbar' name='toolbar/toolbar_topic.tpl' iCountTopic=count($aTopics)}
{foreach from=$aTopics item=oTopic}
{if $LS->Topic_IsAllowTopicType($oTopic->getType())}

View file

@ -5,7 +5,7 @@
*}
{* Добавляем в тулбар кнопку обновления комментариев *}
{add_block group='toolbar' name='toolbar_comment.tpl'
{add_block group='toolbar' name='toolbar/toolbar_comment.tpl'
aPagingCmt=$aPagingCmt
iTargetId=$iTargetId
sTargetType=$sTargetType

View file

@ -66,7 +66,7 @@
</footer>
</div> <!-- /container -->
{include file='toolbar.tpl'}
{include file='toolbar/toolbar.tpl'}
{hook run='body_end'}

View file

@ -112,8 +112,8 @@
{**
* Добавление кнопок в тулбар
*}
{add_block group='toolbar' name='toolbar_admin.tpl' priority=100}
{add_block group='toolbar' name='toolbar_scrollup.tpl' priority=-100}
{add_block group='toolbar' name='toolbar/toolbar_admin.tpl' priority=100}
{add_block group='toolbar' name='toolbar/toolbar_scrollup.tpl' priority=-100}
<body class="{$body_classes} width-{cfg name='view.grid.type'}">

View file

@ -3,7 +3,7 @@
*}
{if count($aTopics) > 0}
{add_block group='toolbar' name='toolbar_topic.tpl' iCountTopic=count($aTopics)}
{add_block group='toolbar' name='toolbar/toolbar_topic.tpl' iCountTopic=count($aTopics)}
{foreach from=$aTopics item=oTopic}
{if $LS->Topic_IsAllowTopicType($oTopic->getType())}