Quote Originally Posted by all4coffee View Post
I'm using the CSS Flyout Header 1.3.*

I figured out the way to clone the Information menu and limited it to 4 items from the original Information DropDown but have no idea how to customize it with my own links (I need both external and internal leading to existing i.e. page_2.php pages.
Here is the link to my site;
http://www.time-co.com/zencart/

I want to customize the second Information menu (the one next to Shopping Cart.

Could you please show me to sample codes for adding intenal and externakl links in place the Shipping & Returns for instance?

Other than my own limitations the mode is just awesome!
You've got issues with your header file, for example, you have headerWrapper twice, and its causing some serious issue in Firefox.

For extra links, simply look at the source of your site, and copy the formatting there. For example, the Perfect Pour link looks like this in your source:

<li><a href="http://www.time-co.com/zencart/index.php?main_page=page&id=4&chapter=0">Perfect Pour</a></li>

SO, just add a link after, like this:

<li><a href="index.php?main_page=page_name_here">Name of Page</a></li>

You would just add it after:

<?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?>