1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00

fix Synio

This commit is contained in:
Mzhelskiy Maxim 2012-05-15 11:11:42 +04:00
parent 21f7da553c
commit 3f528033a3
4 changed files with 2 additions and 4 deletions

View file

@ -11,7 +11,6 @@
{$aUsersList[]=$oBlogUser->getUser()}
{/foreach}
{include file='user_list.tpl' aUsersList=$aUsersList bUsersUseOrder=true sUsersRootPage=$sUsersRootPage}
{include file='paging.tpl' aPaging=$aPaging}
{else}
{$aLang.blog_user_readers_empty}
{/if}

View file

@ -11,7 +11,6 @@
{$aUsersList[]=$oBlogUser->getUser()}
{/foreach}
{include file='user_list.tpl' aUsersList=$aUsersList sUsersRootPage=$sUsersRootPage}
{include file='paging.tpl' aPaging=$aPaging}
{else}
{$aLang.blog_user_readers_empty}
{/if}

View file

@ -38,7 +38,7 @@
<div class="vote-label">{$aLang.user_skill}</div>
</div>
{if $oUserCurrent}
{if $oUserCurrent && $oUserCurrent->getId()!=$oUserProfile->getId()}
<a href="{router page='talk'}add/?talk_users={$oUserProfile->getLogin()}"><button class="button button-action button-action-send-message"><i class="icon-synio-send-message"></i><span>{$aLang.user_write_prvmsg}</span></button></a>
{/if}

View file

@ -24,7 +24,7 @@
</li>
{/if}
<li class="comment-link">
<a href="{if $oConfig->GetValue('module.comment.nested_per_page')}{router page='comments'}{else}#comment{/if}{$oComment->getId()}" title="{$aLang.comment_url_notice}">
<a href="{if $oConfig->GetValue('module.comment.nested_per_page')}{router page='comments'}{else}{$oTopic->getUrl()}#comment{/if}{$oComment->getId()}" title="{$aLang.comment_url_notice}">
<i class="icon-synio-link"></i>
</a>
</li>