Ist eigentlich ganz einfach ;-)
- füge folgenden Code am Ende der "Index.html" deines Templates ein:
{if $BANNER2}
<div style="clear:both; width:100%; text-align:center; padding:5px;">{$BANNER2}</div>
{/if} - Kopiere die Zeilen 19 - 21 der Datei "includes/banners.php" und füge sie ab Zeile 22 wieder ein.
- Füge in Zeile 23 und 24 überall wo banner oder BANNER steht hinten eine "2" an. Also BANNER2 oder banner2.
- Das Ergebnis sieht dann so aus:
if ($banner = xtc_banner_exists('dynamic', 'banner')) {
$smarty->assign('BANNER',xtc_display_banner('static', $banner));
}
if ($banner2 = xtc_banner_exists('dynamic', 'banner2')) {
smarty->assign('BANNER2',xtc_display_banner('static', $banner2));
}