Elxis CMS Forum

Support => Administration => Topic started by: forgetms on November 07, 2009, 13:49:04

Title: Getting rid of foo >> bar >> foobar
Post 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
Code: [Select]
Main Menu >> my menu item A

How do I hide this "footprint" altogether?

Thank you in advance!

CN
Title: Re: Getting rid of foo >> bar >> foobar
Post by: ks-net on November 07, 2009, 14:13:39
remove  pathway


   <?php mospathway(); ?>

 from your template's index.php file
Title: Re: Getting rid of foo >> bar >> foobar
Post by: xmanhattan on November 08, 2009, 11:45:10

commenting it maybe better

   <?php //mospathway(); ?>
Title: Re: Getting rid of foo >> bar >> foobar
Post by: datahell on November 08, 2009, 22:39:42
The syntax is wrong as you leave the opening PHP tag unclosed. This is the proper comment syntax:

<?php /* mospathway(); */ ?>