I
Intel@freak
Gast
hallo,
brauche von jemanden der sich mit xtcommerce gut auskennt, habe nähmlich probleme beim verschieben von bannern.banner siond eingefügt erscheinen aber immer nur an einer stelle unten in der mitte, habe versucht sie zu verschieben aber es tut sich nichts ohne änderung.
für hilfe wäre ich sehr dankbar und würde auch natürlich entlohnen.
mein banner.php sieht so aus:
require_once(DIR_FS_INC . 'xtc_banner_exists.inc.php');
require_once(DIR_FS_INC . 'xtc_display_banner.inc.php');
require_once(DIR_FS_INC . 'xtc_update_banner_display_count.inc.php');
if ($banner = xtc_banner_exists('dynamic', 'banner')) {
$smarty->assign('BANNER',xtc_display_banner('static', $banner));
}
if ($banner = xtc_banner_exists('dynamic', 'banner2')) {
$smarty->assign('BANNER2',xtc_display_banner('static', $banner));
}
if ($banner = xtc_banner_exists('dynamic', 'banner3')) {
$smarty->assign('BANNER3',xtc_display_banner('static', $banner));
}
?>
und meine index.php unten die letzten zeilen sehen so aus:
{if $BANNER}
<table width="980" border="0" cellspacing="4" cellpadding="0" align="center">
<tr>
<td align="center">{$BANNER}</td>
</tr>
</table>
{/if}
{if $BANNER2}
<table width="980" border="0" cellspacing="4" cellpadding="0" align="center">
<tr>
<td align="center">{$BANNER2}</td>
</tr>
</table>
{/if}
{if $BANNER3}
<table width="980" border="0" cellspacing="4" cellpadding="0" align="center">
<tr>
<td align="center">{$BANNER3}</td>
</tr>
</table>
{/if}
brauche von jemanden der sich mit xtcommerce gut auskennt, habe nähmlich probleme beim verschieben von bannern.banner siond eingefügt erscheinen aber immer nur an einer stelle unten in der mitte, habe versucht sie zu verschieben aber es tut sich nichts ohne änderung.
für hilfe wäre ich sehr dankbar und würde auch natürlich entlohnen.
mein banner.php sieht so aus:
require_once(DIR_FS_INC . 'xtc_banner_exists.inc.php');
require_once(DIR_FS_INC . 'xtc_display_banner.inc.php');
require_once(DIR_FS_INC . 'xtc_update_banner_display_count.inc.php');
if ($banner = xtc_banner_exists('dynamic', 'banner')) {
$smarty->assign('BANNER',xtc_display_banner('static', $banner));
}
if ($banner = xtc_banner_exists('dynamic', 'banner2')) {
$smarty->assign('BANNER2',xtc_display_banner('static', $banner));
}
if ($banner = xtc_banner_exists('dynamic', 'banner3')) {
$smarty->assign('BANNER3',xtc_display_banner('static', $banner));
}
?>
und meine index.php unten die letzten zeilen sehen so aus:
{if $BANNER}
<table width="980" border="0" cellspacing="4" cellpadding="0" align="center">
<tr>
<td align="center">{$BANNER}</td>
</tr>
</table>
{/if}
{if $BANNER2}
<table width="980" border="0" cellspacing="4" cellpadding="0" align="center">
<tr>
<td align="center">{$BANNER2}</td>
</tr>
</table>
{/if}
{if $BANNER3}
<table width="980" border="0" cellspacing="4" cellpadding="0" align="center">
<tr>
<td align="center">{$BANNER3}</td>
</tr>
</table>
{/if}