Elxis CMS Forum
Support => Administration => Topic started by: forgetms on November 07, 2009, 13:49:04
-
Hi!
I don't know the exact terminology in Elxis for this feature: When I hit menu items, say "Main Menu" --> "my menu item A", then at some location (most frequently the header) shows up
Main Menu >> my menu item A
How do I hide this "footprint" altogether?
Thank you in advance!
CN
-
remove pathway
<?php mospathway(); ?>
from your template's index.php file
-
commenting it maybe better
<?php //mospathway(); ?>
-
The syntax is wrong as you leave the opening PHP tag unclosed. This is the proper comment syntax:
<?php /* mospathway(); */ ?>