Is it possible to call the heading/title of a certain page.
For example, I would like to create a link to an about us page. Is it possible to use something like this...
ABOUT_US_HEADER_TITLE would not be defined as such... it would actually be HEADER_TITLE from the about us definitions file.Code:<a href="<?php echo zen_href_link(FILENAME_ABOUT_US, '', 'NONSSL'); ?>"><?php echo ABOUT_US_HEADER_TITLE; ?></a>



