Quote Originally Posted by banswidthjunkie View Post
@crabdance <- don't feel like you are being an *ss for asking questions, none of my friends can program and when I try to explain it to them they don't understand. I wouldn't even like to think about how long I have spent learning programing languages. I spent a solid year learning virtually every nuance of C++ on government money and since then I can pick up a new language pretty quickly (although I still get very frustrated with CSS). Programing is hard, my philosphy is that anyone who is willing to give it a go deserves a little patience.
Hi Banswidthjunkie... thanks for making me feel better about the many questions. I understand about how much time you can put into learning programming languages. I have certainly spent a lot of time myself. I don't do it much anymore (by choice lol). Once I understand ZC (or at least enough of it), I hope that I can make contributions too.

If you don't mind... let me try at asking my question again. I understand that I can put: echo '<a href="' . $link_to_my_page . '">Link Text</a>'; in the
includes/templates/template_default/common/tpl_header.php file in the navMain ID section.

Now I just need to know where I should put:
$link_to_my_page = zen_href_link( FILENAME_MY_PAGE, '' );
There must be a standard place where you put this. If you were going to put a link in the nav bar to your page, where would you put this code?

Once again... thanks for the patience and kindness.