Jump to content
xt:Commerce Community Forum

Verschieben Welche Datei


Recommended Posts

templae x brown

in categorie_listing.html

{config_load file="$language/lang_$language.conf" section="categorie_listing"}

<table width="100%" border="0" cellpadding="0" cellspacing="0">

<tr valign="top">

<td class="main"> <table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr valign="top">

<td><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><font color="#666666" size="4">{$CATEGORIES_NAME}</font>

</font></td>

<td align="right">{if $CATEGORIES_IMAGE}{$CATEGORIES_IMAGE}{/if}</td>

</tr>

</table>{if $CATEGORIES_DESCRIPTION}

{$CATEGORIES_DESCRIPTION}

{/if}

{if $module_content !=''} {#heading_more_categories#}

<table style="border-top: 2px solid; border-color: #d4d4d4;" width="100%" border="0" cellspacing="0" cellpadding="0">

<tr> {foreach name=aussen item=module_data from=$module_content}

{php}

$col++;

{/php}

<td class="main"><div align="left">

<table width="100%" border="0" cellpadding="0" cellspacing="4">

<tr>

<td width="1" rowspan="2" >{if $module_data.CATEGORIES_IMAGE}{$module_data.CATEGORIES_IMAGE}{/if}</td>

<td class="main">{$module_data.CATEGORIES_NAME}</td>

</tr>

<tr>

<td class="main">{$module_data.CATEGORIES_DESCRIPTION}</td>

</tr>

</table>

</div></td>

{php}

if ($col>=2) {

$col=0;

echo '</tr><tr>';

}

{/php}

{/foreach} </tr>

</table>

{/if}

</td>

<td class="main" nowrap width="1%"> </td>

</tr>

</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td>{$MODULE_new_products}</td>

</tr>

</table>

was bitte blicks nicht

danke f?r info

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...