Hey guys, I've been hacking away at zen cart for a few weeks now for a site I'm working on, and so far so good. These forums have been a great help and so far I've been quite pleased with my progress. I have one thing that is confusing me at the moment though...
The page is at: http://www.lheritagearts.com/gallery/
I want to disable the header for every page except for the first page of the gallery. The person I am working on this for felt (rightfully so) that having the header and intro text on every page sort of redundant and that it would be better for the user to not have to scroll through it every time. So far I have been partially successful at getting what I want by using this flag to disable the headers:
This seems to knock out the header everywhere I need it to except for when you go to an individual entries (for example: http://www.lheritagearts.com/gallery...oducts_id=191). So I figure I'm just missing something really simple here, any help would be much appreciated!Code:<? if ($current_page_base == 'index' and $cPath >= '67') { $flag_disable_header = true; } ?>



