chin Posted October 18, 2007 Report Share Posted October 18, 2007 Hallo, es gibt ja die schöne funktion der Sitemap. Dies kann man wohl auch Gesamtsortiment anzeige nennen. Leider zeigt er bei mir die die Kategorien an und nicht die einzelnen dadrin enthaltenden Artikel, kann man dies irgendwie ändern? so das Kategorie --> und dadrin enthaltende Artikel angezeigt werden??? Vielen dank im voraus... Mfg Link to comment Share on other sites More sharing options...
chin Posted October 20, 2007 Author Report Share Posted October 20, 2007 Also wenn ich das so mache, passiert garnichts, es werden nur die Kategorien und nicht die produkte angezeigt kann mir jemand helfen???? {config_load file="$language/lang_$language.conf" section="sitemap"} {config_load file="$language/lang_$language.conf" section="index"} <table> <tr> <td class="heading3"><strong>{#heading_sitemap#}</strong></td> </tr> </table> <table width="100%" cellspacing="0" cellpadding="3" border="0"> <tr> {php}$i=0;{/php} {foreach name=aussen item=module_data from=$module_content} {php}$i++;{/php} <td valign="top"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <th class="sitemap_heading"><a href="{$module_data.CAT_LINK}">{$module_data.CAT_NAME}</a></th> </tr> <tr> <td> <table width="100%" cellspacing="0" cellpadding="0" border="0"> {foreach name=aussen item=module_data from=$module_content} <tr> <td align="left" class="main"><a href="{$module_data.PRODUCTS_LINK}"><strong>{$module_data.PRODUCTS_NAME}</strong></a></td> </tr> {foreachelse} {/foreach} </table></td> </tr> </table></td> {php}if ($i==3){ echo "</tr><tr>"; $i=0; }{/php} {/foreach} </tr> </table> Link to comment Share on other sites More sharing options...
Numerobis Posted October 23, 2007 Report Share Posted October 23, 2007 Da braucht es schon mehr als ein paar Variablen im Template. Das kann nämlich nur das anzeigen, was ihm mitgegeben wird. Dafür ist in diesem Fall die sitemap.php zuständig. Viel Spaß! Numerobis Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.