Taka mała reklamówka OTOS'a na naszą stronkę.

Na samym początku index.php wklejamy ten kod.

index.php
<?php
$main_content .= '<div class="NewsHeadline">
    <div class="NewsHeadlineBackground" style="background-image:url(' . $layout_name . '/images/news/newsheadline_background.gif)">
        <table border="0">
            <tr>
                <td style="text-align: center; font-weight: bold;">
                    <font color="black">Serwer sponsorowany przez <a href="http://ots.otos.pl/">Otos.pl</a></font>
                </td>
            </tr>
        </table>
    </div>
</div>
<table border="0" cellspacing="3" cellpadding="4" width="100%">
    <tr>';
 
    $main_content .= '<br><center><img src="http://forum.otos.pl/Themes/default/images/smflogo.png"><br><small>Serwer sponsorowany przez <a href="http://ots.otos.pl/">Otos.pl</a></small><br><br></center>
        </td>';
 
$main_content .= '    </tr>
</table>';
?>

Zapisujemy i na każdej podstronie widnieje reklama naszego przecudownego hostingu.