Kód: Vybrat vše
$template->assign_block_vars('latest_hot_topics',
array(
'TITLE' => censor_text($row['topic_title']),
'CATHEGORY' => censor_text($row2['forum_name']),
'U_VIEW_POST' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", $infos),
'U_VIEW_CAT' => append_sid("{$phpbb_root_path}viewforum.$phpEx", $infos_cat)
)Kód: Vybrat vše
<b>Najhorúcejšie témy:</b><br /><hr />
<!-- BEGIN latest_hot_topics -->
<a href="{latest_hot_topics.U_VIEW_POST}"><b><font color="#0075B0">{latest_hot_topics.TITLE}</font></b><br /></a>
v kategórii: <a href="{latest_hot_topics.U_VIEW_CAT}">{latest_hot_topics.CATHEGORY}<br /></a>
<!-- END latest_hot_topics -->

