In my common/header.php file I have the following:
It works, except I need to add PHP to grab full url path when not on home page so I did this:Code:<li><a href="#" onclick="openbox('Login', 1);"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
It works, except now when I am on home page it adds:Code:<li><a href="<?php echo zen_href_link(FILENAME_DEFAULT, zen_get_all_get_params()); ?># " onclick="openbox('Login', 1);"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
/index.php?main_page= and reloads page.
What am I missing?


Reply With Quote
