[php]<?php
if($HTTP_COOKIE_VARS['shoutbox'] == "off")
{
$shout_size = 'width="1" height="1" border="0"';
$shoutbox_title = '<a href="shoutbox_view.php" class="mainmenu" title="' . $lang['All_Messages'] . '">ShoutBox</a> - </span><span class="gensmall"><a href="' . append_sid('shoutbox_view.'.$phpEx) . '?mode=show" class="mainmenu">' . $lang['sb_show'] . '</a></span>';
}
else
{
$shout_size = 'width="' . $shoutbox_config['shout_width'] . '" height="' . $shoutbox_config['shout_height'] . '" border="2"';
$shoutbox_title = '<a href="shoutbox_view.php" class="cat" title="' . $lang['All_Messages'] . '">ShoutBox</a>';
}
$shoutbox_body = '<br>
<table width="' . $shoutbox_config['shout_width'] . '" align="center"cellpadding="3" cellspacing="1" border="0" class="forumline">
<td class="cat" align="center" height="10"><span class="catHead">' . $shoutbox_title . '</span></td>
<tr>
<td class="row1" align="center" valign="middle" rowspan="4"><iframe bgcolor="#000033" src="shoutbox.php" ' . $shout_size . '></iframe></td>
</tr>
</table>';
$template->assign_vars(array(
'SHOUTBOX_BODY' => $shoutbox_body)
);
?>
[/php]
S'il vous plait
dodam tylko, ze przy obecnych ustawieniach napis tło pod napisem "shoutbox" wyswietla się na stylu FI Subsliversh i jest OK (ale na tamtym stylu nie ma zegarka)