- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
{if $oUserProfile->getProfileIcq()}
<strong>{$aLang.profile_social_contacts}</strong>
<ul>
{if $oUserProfile->getProfileIcq()}
<li class="icq"><a href="http://www.icq.com/people/about_me.php?uin={$oUserProfile->getProfileIcq()|escape:'html'}" target="_blank">{$oUserProfile->getProfileIcq()}</a></li>
{/if}
</ul>
{/if}
<ul>
<li class=""></li>
</ul>
<ul>
<li class=""></li>
</ul>
<ul>
<li class=""></li>
</ul>
вместо
<ul>
<li class=""></li>
<li class=""></li>
<li class=""></li>
</ul>
кто видел - там и правда так?
немного обманул. не 17-я, а 16-я строчка. там правда так, как я я написал )