Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<div class="box_rechts">
        <div class="box_rechts_oben"><?

                function topAngebot()
                {
                        $template = loadTemplates($_SESSION['INI']['TEMPLATE']['topAngebot']);
                
                        if ($buffer=getAktionItems(getCurrentAktion()))
                        {
                                $topAngebotItem = $buffer[array_rand($buffer)];



                                //return templateContent ($topAngebotItem, $template);
                        }
                }
                echo topAngebot();

        ?></div>
        <div class="box_rechts_unten"></div>
</div>