onsdag 21 maj 2008

Visa kategorierna på startsidan

Hämta hem contribution Main Categories.

Lägg main_categories.php i /catalog/includes/modules

Lägg till i /catalog/includes/application_top.php

define('MAIN_CATEGORIES', 'main_categories.php');

Sök:

<tr>
<td class="main"><?php echo tep_customer_greeting(); ?></td>
</tr>

Ersätt med:

<tr>
<td><?php include(DIR_WS_MODULES . MAIN_CATEGORIES); ?></td>
</tr>

Inga kommentarer: