Jump to content
xt:Commerce Community Forum

Startseite


jens75

Recommended Posts

bekomme keine Produktbilder auf die Startseite !!! Unm?glich ??!!!!

egal ob mit specials upcoming oder new_products #no chance !!!

was mach ich falsch????

main_content.html...

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

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

<tr>

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

<tr>

<td>{$title} </td>

<td><div align="right"></div></td>

</tr>

</table></td>

<td width="1"></td>

</tr>

<tr>

<td class="pageHeading"></td>

<td></td>

</tr>

<tr>

<td colspan="2" class="main">{$text}

</td>

</tr>

<tr>

<td colspan="2" class="main">{$MODULE_new_products}</td>

</tr>

<tr>

<td colspan="2" class="main">{$MODULE_upcoming_products}</td>

</tr>

<td colspan="2" class="main">{$MODULE_whats_up}</td>

</tr>

</table>

{
Link to comment
Share on other sites

und center_modules.php...

<?php

/* -----------------------------------------------------------------------------------------

$Id: center_modules.php,v 1.3 2004/03/12 09:19:32 fanta2k Exp $

XT-Commerce - community made shopping

http://www.xt-commerce.com

Copyright © 2003 XT-Commerce

-----------------------------------------------------------------------------------------

based on:

© 2000-2001 The Exchange Project (earlier name of osCommerce)

© 2002-2003 osCommercebased on original files from OSCommerce CVS 2.2 2002/08/28 02:14:35 www.oscommerce.com

© 2003 nextcommerce (center_modules.php,v 1.5 2003/08/13); www.nextcommerce.org

Released under the GNU General Public License

---------------------------------------------------------------------------------------*/

require(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);

require(DIR_WS_MODULES . FILENAME_WHATS_NEW);

require(DIR_WS_MODULES . FILENAME_SPECIALS);

require(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS);

return $module;

?>

Link to comment
Share on other sites

  • 3 weeks later...

Archived

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

×
  • Create New...