Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Bug reports and fixes
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Administration
»
Getting rid of foo >> bar >> foobar
« previous
next »
Print
Pages: [
1
]
Author
Topic: Getting rid of foo >> bar >> foobar (Read 5393 times)
forgetms
Newbie
Posts: 42
Getting rid of foo >> bar >> foobar
«
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
Logged
ks-net
Elxis Community
Hero Member
Posts: 2072
Kostas Stathopoulos
Re: Getting rid of foo >> bar >> foobar
«
Reply #1 on:
November 07, 2009, 14:13:39 »
remove
pathway
<?php mospathway(); ?>
from your
template's index.php
file
Logged
ks-net.gr
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
Re: Getting rid of foo >> bar >> foobar
«
Reply #2 on:
November 08, 2009, 11:45:10 »
commenting it maybe better
<?php //mospathway(); ?>
Logged
Bournias.net
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Getting rid of foo >> bar >> foobar
«
Reply #3 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(); */ ?>
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Administration
»
Getting rid of foo >> bar >> foobar