skales-it Posted May 4, 2007 Report Share Posted May 4, 2007 Hallo. Ich möchte Die Links Abmelden (sofern eingeloggt) Ihr Konto Warenkorb und Kasse in einer Tabelle haben. habe ein Shop gesehn der dem entspricht was ich möchte. www.pandaro.de oben nen logo und so wie dort Die Buttons und zuzätzlich noch einmalin der Tabelle links. Und wie geht das z.B auf Pandaro.de rechts mit den Links die als Bild datei ausgeben werden... kann mir da jemand helfen? gruß Skales Link to comment Share on other sites More sharing options...
zauberhand Posted May 4, 2007 Report Share Posted May 4, 2007 das wäre mal die zeile mit bildchen für kasse - warenkorb .... und einem "femden" link Katalog drucken <tr> <td width="20%" nowrap><div align="center"><a href="pdf_export.php"><img src="{$tpl_path}img/print_24.png" align="middle" /></a><br /> <a href="pdf_export.php">Katalog drucken</a></td></div> {if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}<td width="20%" nowrap><div align="center"> <a href="{$logoff}"><img src="{$tpl_path}img/ulock_24.png" align="middle" /></a> <br /> <a href="{$logoff}">{#link_logoff#}</a></td></div> <td width="20%" nowrap><div align="center"><a href="{$account}"><img src="{$tpl_path}img/opts_24.png" align="middle" /></a> <br /> <a href="{$account}">{#link_account#}</a></td></div>{php} } else { {/php} <td width="20%" nowrap><div align="center"><a href="login.php"><img src="{$tpl_path}img/user_24.png" align="middle" /></a><br /> <a href="login.php">{php}echo NAVBAR_TITLE_LOGIN{/php}</a></td></div>{php} } {/php}{/if} <td width="20%" nowrap><div align="center"><a href="{$checkout}"><img src="{$tpl_path}img/save_24.png" align="middle" /></a><br /> <a href="{$checkout}">{#link_checkout#}</a></td></div> <td width="20%" nowrap><div align="center"><a href="{$cart}"><img src="{$tpl_path}img/cart_24.png" align="middle" /></a><br /> <a href="{$cart}">{#link_cart#}</a></td></div><td width="5%"></td></tr>[/PHP] die width= angaben sind jetzt natürlich von mir, musst halt ändern das es bei dir passt. Sieht praktisch so aus http://www.ebe-journal.de/shop/ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.