Elxis CMS Forum

Support => Administration => Topic started by: SteveXB on August 16, 2007, 19:55:53

Title: Pathway in Gaia Theme
Post 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.
Title: Re: Pathway in Gaia Theme
Post by: SteveXB on August 16, 2007, 20:18:27
Allright, i found it by myself. It was in the pathway.php file.
Title: Re: Pathway in Gaia Theme
Post by: eliasan on August 16, 2007, 23:34:52
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.