1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 11:40:48 +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">
@ -23,4 +25,6 @@
{if $oUserProfile->getProfileFoto()}
<img src="{$oUserProfile->getProfileFoto()}" alt="photo" />
{/if}
</div>
</div>
{/if}

View file

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

View file

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