1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-29 04:55:02 +03:00

fix sidebar profile

This commit is contained in:
Mzhelskiy Maxim 2011-08-14 14:02:03 +00:00
parent 8819652b58
commit 43db33a2cf
3 changed files with 15 additions and 3 deletions

View file

@ -1,3 +1,5 @@
{if $oUserProfile}
{if $oUserCurrent && $oUserCurrent->getId()!=$oUserProfile->getId()}
<div class="block">
<ul id="profile_actions">
@ -24,3 +26,5 @@
<img src="{$oUserProfile->getProfileFoto()}" alt="photo" />
{/if}
</div>
{/if}

View file

@ -1,3 +1,5 @@
{if $oUserProfile}
{if $oUserCurrent && $oUserCurrent->getId()!=$oUserProfile->getId()}
<div class="block">
<ul>
@ -24,3 +26,5 @@
<img src="{$oUserProfile->getProfileFoto()}" alt="photo" />
{/if}
</div>
{/if}

View file

@ -1,3 +1,5 @@
{if $oUserProfile}
{if $oUserCurrent && $oUserCurrent->getId()!=$oUserProfile->getId()}
<div class="block">
<ul id="profile_actions">
@ -24,3 +26,5 @@
<img src="{$oUserProfile->getProfileFoto()}" alt="photo" />
{/if}
</div>
{/if}