1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 17:28:23 +03:00

fix template

This commit is contained in:
Mzhelskiy Maxim 2012-06-28 08:05:04 +04:00
parent f9a7b1764b
commit 4f17a00eef

View file

@ -76,7 +76,7 @@
{$oBlog->getCountTopic()} {$oBlog->getCountTopic()|declension:$aLang.topic_declension:'russian'}
<div class="fl-r" id="blog-mini-header">
<a href="#" class="link-dotted" onclick="ls.blog.toggleInfo(); return false;">{$aLang.blog_expand_info}</a>
<a href="#">RSS</a>
<a href="{router page='rss'}blog/{$oBlog->getUrl()}/">RSS</a>
{if $oUserCurrent and $oUserCurrent->getId()!=$oBlog->getOwnerId()}
<button type="submit" class="button button-small" id="button-blog-join-first-{$oBlog->getId()}" data-button-additional="button-blog-join-second-{$oBlog->getId()}" data-only-text="1" onclick="ls.blog.toggleJoin(this, {$oBlog->getId()}); return false;">{if $oBlog->getUserIsJoin()}{$aLang.blog_leave}{else}{$aLang.blog_join}{/if}</button>
{/if}