What folder is that file in ?
What folder is that file in ?
Honestly im not sure I just typed in the last bit there I listed and thats what popped up. When I did the full one that was listed it was not in there that I could find. Here is the one from the default template:
<?php
/**
* Page Template
*
* Displays EZ-Pages Header-Bar content.<br />
*
* @package templateSystem
* @copyright Copyright 2003-2006 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_ezpages_bar_header.php 3377 2006-04-05 04:43:11Z ajeh $
*/
/**
* require code to show EZ-Pages list
*/
include(DIR_WS_MODULES . zen_get_module_directory('ezpages_bar_header.php'));
?>
<?php if (sizeof($var_linksList) >= 1) { ?>
<div id="navEZPagesTop">
<?php for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) { ?>
<a href="<?php echo $var_linksList[$i]['link']; ?>"><?php echo $var_linksList[$i]['name']; ?></a><?php echo ($i < $n ? EZPAGES_SEPARATOR_HEADER : '') . "\n"; ?>
<?php } // end FOR loop ?>
</div>
<?php } ?>
Last edited by Darion; 20 Sep 2012 at 08:26 PM.
There isn't a copy of that file in includes/templates/abby_template/templates ? You can use your FTP program to look.
I have looked in public_html/includes/template/abby_template/template and there is no file tpl_ezpages_bar_header.php in it that I can see!!