Weather by You!
Templates and Projects support => Php templates => Topic started by: BestGear on February 26, 2015, 08:55:58 AM
-
Hi Guys
is there an easy wat to change the text below in the template?
I did think it may have come from Cumulus, but not sure.
Welcome to Weather station
The weather station in use is the Fine Offset, and these pages are updated every 5 minutes
The meteorological day used at this station ends a midnight.
Many thanks in advce
David
-
check your Cumulus go to configuration then select station. I believe everything is in there
-
Thanks for the reply.
I can see the name and description in the station settings but the actual text in the above post must be hard coded somewhere!
Thanks
-
Hi
I found the text in index.htm within the original Cumulus web files, but cant see them within BlueV2.
Any help is very much appreciated.
-
you do see in the index.php that it is pulled from the cumulis software but I don't know how to change it sorry
-
Hi David,
In my Php templates, all these words are coming from language files.
So, to change these texts you have to edit all language files in "lang" folder
if you want to keep your Template multilingual!
Or you could replace corresponding variables in your page with custom texts,
but the same phrases will be used in all languages!
Regards,
Jacques
-
Many thanks Jacques
I should have thought of that!
All sorted now.....