
Originally Posted by
deemurphy
Because I do not know how get or use the master category, these are only located in that side box in this manner, they are in the categories in a different way. I also used this for my help files. Client does not want categories in the side box.
Thank you
LadyDee
OK then
Find these files includes/languages/english/???/define_kitchenlighting.php
They will all look something like this:
Code:
// This is used to display the heading and the navigation bar
define('NAVBAR_TITLE', 'kitchenlighting');
define('HEADING_TITLE', 'kitchenlighting ');
And you would edit to look like this:
Code:
// This is used to display the heading and the navigation bar
define('NAVBAR_TITLE', 'Kitchen Lighting');
define('HEADING_TITLE', 'Kitchen Lighting ');
Skip
Bookmarks