1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-16 06:40:49 +03:00

фикс обтекания картинок в топиках(идея podust)

This commit is contained in:
Mzhelskiy Maxim 2008-09-21 11:48:42 +00:00
parent ff59f18697
commit 8c655b6009
2 changed files with 3 additions and 1 deletions

View file

@ -12,7 +12,8 @@
{/if}
</h1>
<div class="groups_topic_text">
{$oTopic->getText()}
{$oTopic->getText()}
<div style="clear: both;"></div>
<div class="posttags">
{$oTopic->getTagsLink()}
</div>

View file

@ -19,6 +19,7 @@
{if $oTopic->getTextShort()!=$oTopic->getText()}
<br><br>( <a href="{$oTopic->getUrl()}" title="Прочитать топик полностью">Читать дальше</a> )
{/if}
<div style="clear: both;"></div>
<div class="posttags">
{$oTopic->getTagsLink()}
</div>