|
|||
|
deintemplate/source/inc/xtc_show_categorie.php
versuch mal das BR durch ein leerzeichen zu ersetzen. mach vorher ne kopie der datei Code:
if (SHOW_COUNTS == 'true') {
$products_in_category = xtc_count_products_in_category($counter);
if ($products_in_category > 0) {
$categories_string .= '(' . $products_in_category . ')';
}
}
$categories_string .= '<br>'; <-------------------------------
if ($foo[$counter]['next_id']) {
xtc_show_category($foo[$counter]['next_id']);
}
}
|
|
|||
|
Vielen Dank f?r deine Antwort. Das war ein Teil der L?sung. Zus?tzlich habe ich noch den folgenden Block auskommentiert. Jetzt funtzt alles.
Code:
if ($foo[$counter]['level']=='')
{
if (strlen($categories_string)=='0')
{
$categories_string .='<table width="100%">
<tr>
<td class="moduleRow" >'; //onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)"
}
/*else
{
$categories_string .='</td>
</tr>
</table>
<table width="100%" border="3">
<tr>
<td class="moduleRow" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)">';
}*/
|
![]() |
| Lesezeichen |
| Stichworte |
| darstellen, kategorien, zeile |
| Themen-Optionen | |
| Ansicht | |
|
|