Elxis CMS Forum
Support => Administration => Topic started by: SteveXB on August 16, 2007, 19:55:53
-
Hallo,
how can i remove the pathway (with the links of the current active page) on top of every CMS page from Gaia. I cant't remove this in the template_css.css.
Thanx for help.
-
Allright, i found it by myself. It was in the pathway.php file.
-
Hi SteveXB,
The right and correct way to do is modify the index.php file of the template.
Especially on Gaia template you can comment line 53, from:
<?php mosPathWay(); ?>
to:
<?php //mosPathWay(); ?>
Take my advice. Modify core files only as the last resort. Especially when there are alternative ways to achieve the same result.