Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

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

                function topSeller()
                {
                        if ($buffer=getTopSeller())
                        {
                                $template = file_get_contents($_SESSION['INI']['TEMPLATE']['topSeller']['template']);
                                return templateContent ($buffer,$template);
                        }
                }
                echo topSeller();

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