* example: to override the privacy page
* make a directory /templates/my_template/privacy
* copy /templates/templates_defaults/common/tpl_footer.php to /templates/my_template/privacy/tpl_footer.php
* to override the global settings and turn off the footer un-comment the following line:
*
* $flag_disable_footer = true;
* * @package templateSystem * @copyright Copyright 2003-2010 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: tpl_footer.php 15511 2010-02-18 07:19:44Z drbyte $ */ require(DIR_WS_MODULES . zen_get_module_directory('footer.php')); ?>