Hi Jon,
Happy new year to you too, best wishes for thins new year!
For your title problems, there is 2 different things:
1 - For the Welcome to Weather Station, this "Weather Station" is coming
from your Cumulus configuration for your station. Then, you change it
by menu Configuration --> Station --> Name
2 - For titles that you want to change in info.php or/and other pages, they are
mostly part of the "languages pack". Then, to change them you have 2 choices
a) Look in the lang folder, it contain all translations available for your pages.
Find in them the title that you want to change and replace it.For example if you
want to change title "Informations about our installation", locate line begining
with $TT_about and do your modification (in all languages!). But take care, any
update in language pack will replace your modifications!
b) Look at the page you want to modify, most of the time you have 2 files for
the same page (eg index.php and index_txt.php) and find the place to be modified.
Easiest way is probably to see file text_standard_en.php in lang folder to find
the sentence you want to change (ex. "Informations about our installation") and look
at the corresponding variable (ex."$TT_about"). That will give you which words you
have to change. Finally in your page you will find a sentence of something like this:
<?php echo $TT_about ?>. Simply replace all these words with the sentence
you want to have. But that way, this phrase will stay in English even if visitor
change to an other language!
Finally, take care, file ending with _txt.php will be updated (replaced) as often
as Cumulus launch a new official version. Then have allways good backups!
Regards,
Jacques