You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
379 B
8 lines
379 B
{if $announce}
|
|
<div class="side_head"><div><strong>{$side_name[$HS]}</strong></div></div>
|
|
<div class="side_body">
|
|
<div style="line-height:180%;height:100px;overflow:hidden;padding:0 5px 0 5px;">
|
|
<marquee onmouseOver="this.stop();" onmouseout="this.start();" scrollamount="1" scrolldelay="85" direction="up" behavior="scroll" height="100">{$announce}</marquee>
|
|
</div>
|
|
</div>
|
|
{/if}
|