Quote Originally Posted by mdivk View Post
What I did is I create a ezpage, the id is 15 and I set it to show in header with location 200. The header menu is created using the following code:

<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a> | </li>
<li><a href="index.php?main_page=specials"><?php echo HEADER_TITLE_LATEST_PROMOTION; ?></a> | </li>
<li><a href="index.php?main_page=index&cPath=21"><?php echo HEADER_TITLE_BIRDS_NEST; ?></a> | </li>
<li><a href="index.php?main_page=index&cPath=1"><?php echo HEADER_TITLE_READY_TO_SERVE; ?></a> | </li>
<li><a href="index.php?main_page=index&cPath=13"><?php echo HEADER_TITLE_INSTANT_SLIMMING_MEAL; ?></a> | </li>
and so on.................

thats not standard, looks like it was added to the header

if admin > configuration > ez-pages settings > EZ-Pages Display Status - HeaderBar is set to 0 = Off then it will not appear & because that is not standard code it wont appear in that list anyway

you will more than likely have to hard code it just like the links above

like this:
<li><a href="index.php?main_page=page&id=15"><?php echo HEADER_TITLE_RECIPE; ?></a> | </li>