the burner Posted May 4, 2007 Report Share Posted May 4, 2007 Hallo, ich habe den Printenator als Mietversion, nun soll ich die Domain per iframe in meine index.html meiner Domain einfügen. Nun wie muss ich das machen, ich finde keine index.html sondern nur die index.php Ich wäre Dankbar wenn mir einer sagen könnte wie und an welcher stelle ich das einfügen muss. Link to comment Share on other sites More sharing options...
Gecko6 Posted May 5, 2007 Report Share Posted May 5, 2007 Da hast Du aber nicht gesucht! shop » templates » DeinTemplate » index.html Link to comment Share on other sites More sharing options...
the burner Posted May 5, 2007 Author Report Share Posted May 5, 2007 An welche stelle soll ich den code einfügen und wo bekomme ich so ein iframe her. danke für eure hilfe! Link to comment Share on other sites More sharing options...
Gecko6 Posted May 6, 2007 Report Share Posted May 6, 2007 Mach Dir das bischen Arbeit und google nach iframe da findest Du alles - ist ganz einfach. Kleiner Hinweis: <iframe src="../../../index.htm" ...> ... [/HTML] Link to comment Share on other sites More sharing options...
the burner Posted May 6, 2007 Author Report Share Posted May 6, 2007 Das ist schon klar, aber an welche stelle in meiner index.html? <head> </head> {config_load file="$language/lang_$language.conf" section="index"}<br /> <table style="border-top: 1px solid; border-left: 1px solid; border-right: 1px solid; border-bottom: 1px solid; border-color:#278CE5" width="980" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img style="padding-left:20px" src="{$tpl_path}img/logo.gif" height="50" width="780" /></td> <td width="298"></td> </center> <td valign="bottom" width="190">{$box_SEARCH}</td> </tr> </table> </td> </tr> <tr> <td> <table width="534" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td width="89"><a href="{php}$_HTTP_SERVER{/php}"><img src="{$tpl_path}buttons/{php}print_r($_SESSION['language']){/php}/home.gif" height="29" width="89" /></a></td> <td width="89"><a href="shop_content.php?coID=4"><img src="{$tpl_path}buttons/{php}print_r($_SESSION['language']){/php}/about_us.gif" height="29" width="89" border="0" /></a></td> <td width="89"><a href="shop_content.php?coID=7"><img src="{$tpl_path}buttons/{php}print_r($_SESSION['language']){/php}/contact.gif" height="29" width="89" border="0" /></a></td> <td width="89"><a href="{$account}"><img src="{$tpl_path}buttons/{php}print_r($_SESSION['language']){/php}/account.gif" height="29" width="89" border="0" /></a></td> <td width="89"><a href="{$checkout}"><img src="{$tpl_path}buttons/{php}print_r($_SESSION['language']){/php}/checkout.gif" height="29" width="89" border="0" /></a></td> <td width="89"><a href="products_new.php"><img src="{$tpl_path}buttons/{php}print_r($_SESSION['language']){/php}/whatsnew.gif" height="29" width="89" border="0" /></a></td> </tr> </table> </td> </tr> <tr> <td> <table style="border-top: 1px solid; border-color:#278CE5" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="headerNavigation"> {$navtrail}</td> <td class="header-Navigation" align="right" width="300">{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}<a href="{$logoff}">{#link_logoff#}</a> | {php} } {/php}{/if}{if $account}<a href="{$account}">{#link_account#}</a> | {/if}<a href="{$cart}">{#link_cart#}</a> | <a href="{$checkout}">{#link_checkout#} </a></td> </tr> </table> </td> </tr> </table> <table width="980" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="{$tpl_path}img/pixel_trans.gif" alt="" height="10" width="100%" border="0" /></td> </tr> </table> </td> </tr> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="boxText" valign="top" width="180"> <table width="199" border="0" cellspacing="0" cellpadding="0"> <tr> <td>{$box_CATEGORIES} {$box_ADD_QUICKIE} {$box_INFORMATION} {$box_CONTENT} {$box_WHATSNEW} {$box_NEWSLETTER} {$box_SPECIALS} {$box_REVIEWS}</td> </tr> </table> </td> <td valign="top" width="100%"> <table width="95%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td valign="top">{$main_content}</td> </tr> </table> </td> <td valign="top" width="180"> <table width="180" border="0" cellspacing="0" cellpadding="0"> <tr> <td>{$box_CART} {$box_LOGIN}{$box_ADMIN} {$box_INFOBOX} {$box_MANUFACTURERS} {$box_MANUFACTURERS_INFO} {$box_LAST_VIEWED} {$box_BESTSELLERS} {$box_CURRENCIES} {$box_LANGUAGES}</td> </tr> </table> </td> </tr> <tr> <td width="180"></td> <td align="center"><img src="{$tpl_path}img/pixel_trans.gif" alt="" height="20" border="0" /></td> <td width="180"></td> </tr> <tr height="20"> <td class="poweredby" colspan="3" height="20"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="middle"> <div align="center"> template realized © by <a title="Dienstleistungen und Service rund um xt:Commerce" ID="footer-link" href="http://www.xtc-services.ch"><strong>xtc-services.ch</strong></a></div> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> {if $BANNER} <table width="980" border="0" cellspacing="4" cellpadding="0" align="center"> <tr> <td align="center">{$BANNER}</td> </tr> </table> {/if} Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.