This may be a very inexperienced users "Dumb Question"
But I would like to rename the page title on some of my modules.....
For example "Stories Archeive" to "Work At Home Articles Archeive"
I can change the title but when I do it appears as one word...........
i.e
title(""._STORIESARCHIVE."");
Which shows on page as Stories Archeive
I want title(""._WorkAtHomeArticlesArcheive."");
Which shows on page as WorkAtHomeArticlesArcheive
Now my question is how the heck do I get spaces in between these words without creatin an error???
Thanks In Advance
Gary
RedGerry Captain
Joined: Jul 28, 2003
Posts: 304
Location: Alloa, Scotland
Posted:
Wed Nov 05, 2003 4:15 am
(""._STORIESARCHIVE."");
This is a reference to an entry in the language file. Using a title like this is what allows users to select a different language and get a transalted version. Presuming your in english.. add the following line to your lang-english.php file
define("_STORIESARCHIVE","Work at Home Stories Archive");
Make sure this is the only entry for 'STORIESARCHIVE', couldn't find another in my own file.
_________________ RedGerry.com - Home of RG_Sports
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum