mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
@layout.xml: hotfix :DDDD
This commit is contained in:
parent
534265bb3a
commit
aa60b64638
1 changed files with 8 additions and 8 deletions
|
@ -190,15 +190,15 @@
|
||||||
href="{$club->getURL()}"
|
href="{$club->getURL()}"
|
||||||
class="link group_link">{$club->getName()}</a>
|
class="link group_link">{$club->getName()}</a>
|
||||||
|
|
||||||
<a
|
|
||||||
n:if="OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['enable']"
|
|
||||||
href="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['link']}" >
|
|
||||||
<img
|
|
||||||
src="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['src']}"
|
|
||||||
alt="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['caption']}"
|
|
||||||
class="psa-poster group_link" />
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
<a
|
||||||
|
n:if="OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['enable']"
|
||||||
|
href="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['link']}" >
|
||||||
|
<img
|
||||||
|
src="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['src']}"
|
||||||
|
alt="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['caption']}"
|
||||||
|
class="psa-poster" />
|
||||||
|
</a>
|
||||||
{else}
|
{else}
|
||||||
<a href="/support" class="link">Поддержка</a>
|
<a href="/support" class="link">Поддержка</a>
|
||||||
<a href="/logout" class="link">Выйти</a>
|
<a href="/logout" class="link">Выйти</a>
|
||||||
|
|
Loading…
Reference in a new issue