I read the README page for the Apple Zen and I cannot turn off the 'ABOUT US' page.
The instructions say to:
To remove the about us page, open up includes/templates/apple_zen/common/tpl_drop_menu.php and remove this line (approx. line 61)
<li><a href="<?php echo zen_href_link(FILENAME_ABOUT_US); ?>"><?php echo HEADER_TITLE_ABOUT_US; ?></a></li>
Also open up includes/modules/sideboxes/apple_zen/information.php and remove this line (approx 26)
$information[] = '<a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a>';
It is not working! Can someone please check to see if my two files are correct?
My tpl_drop_menu.php is edited as follows:
/*<li><a href="<?php echo zen_href_link(FILENAME_ABOUT_US); ?>"><?php echo HEADER_TITLE_ABOUT_US; ?></a></li>*/
And my information.php is edited as follows:
/*$information[] = '<a href="' . zen_href_linki (FILENAME_ABOUT_US) . '">'. BOX_INFORMATION_ABOUT_US . '</a>';*/
When I have these files edited as above, the link 'ABOUT US' still shows up in the drop down menu.
Thank you!



