Contribution:  Site Map (vc. zbozi)

*****************************************************************************************
*upraveno pro moznost zobrazeni zbozi vc. popisu a cen - www.zencart.cz - Pavel Dostal  *
*vlastni pridany kod lze upravit v souboru includes_classes/site_map.php                *
*nastaveni prefixu tabulek tamtez                                                       *
*****************************************************************************************


Designed for: Zen Cart v1.2 Release
Converted into Zen by: Jason LeBaron jason@networkdad.com
License: under the GPL - See attached License for info.
Support:  Only given via the forums, please.

Thanks:  To Greg, of <http://www.devosc> for the idea on another shopping cart.. :=)

========================================================

WHAT DOES THIS MODULE DO?

This creates a (mostly) dynamic sitemap of all of your categories on one page (Google food!), and you can statically add your regular page as well.  I've included the stock static pages in this module.

Future development will be to write the module so you dont have to create static definitions in for your static pages.  For now, its doing all of your categories though dynamically.

========================================================

History:

03/21/2005 - upgraded the information sidebox to include v1.2.4.x components
10/17/2004 - Fixed /includes/classes/site_map.php - Not building cPath correctly (Thanks Maurycy!)
09/04/2004 - (Later in the day)...forgot to fix the template file.  Done. Doh!
09/04/2004 - Upgraded to 1.2 Standards
06/29/2004 - Fixed /includes/classes/site_map.php (Thanks DrByte(chris)!)
06/20/2004 - (Later in the day)...renamed the class file, updated other files to reflect.
06/20/2004 - Initial Release

========================================================

NEW FILES:

/includes/classes/site_map.php
/includes/extra_datafiles/site_map_filenames.php
/includes/languages/english/site_map.php
/includes/languages/english/extra_definitions/site_map_defines.php
/includes/modules/pages/site_map/header_php.php
/includes/templates/template_default/templates/tpl_site_map_default.php

========================================================

FILES TO OVER-RIDE - jedinny soubor ktery se prepisuje, nemusi se prepisovat cely, staci vlozit 1 radek a to mezi ostatni promenne na misto, kde jej chcete zobrazit: 

$information[] = '<a href="' . zen_href_link(FILENAME_SITE_MAP) . '">' . BOX_INFORMATION_SITE_MAP . '</a>';



/includes/modules/sideboxes/information.php

Place this file in your over-ride directory for the default information.php sidebox

========================================================

File Modifications:

None!  This is ZenCart....its all done with magic! :-)


INSTALLATION:

The files are arranged in the same structure as Zen Cart v1.2

These can all be uploaded via FTP to your server as they are without any editing required.

You can just FTP the whole /includes directory to your site.