Multi language slogan or logo in Joomla!
When setting up a site in Joomla for multiple languages JoomFish is the tool for you. But there are some things in Joomla that JoomFish can’t handle, like the slogan for example. This is one way of making a language dependent slogan.
- Create a file called en-GB.tpl_your_template_name_here.ini in language/en-GB (replace "your_template_name_here" with the actual name of your template).
- Insert a line like this in the file you just created:
SLOGAN=Your slogan in english here - Repeat the above steps for all languages you are supporting in your site, replacing en-GB in the directory and file name with the language codes for each language and the slogan in the corresponding language, for example sv-SE/sv-SE.tpl_your_template_name_here.ini for Swedish.
- Edit your template’s index.php file and find the line that outputs the slogan. It will look something like this:
<?php echo $slogan;?>
or
<?php echo $this->params->get('siteSlogan'); ?> - Replace the line with this:
<?php echo JText::_('Slogan'); ?>
This will give you slogans displayed in different languages but to change the slogan, the above ini-files must be edited (the template slogan parameter will no longer have effect).
The same method can be used if you want to have different logos displayed for different languages.



The arrival of the smartphone (iPhone, Android) etc is a blessing for the true nerd who now can be constantly online and up to date with important things (aka the Internet). On a professional level it is a way of giving good service to your customers be being able to quick reply to emails etc.
My choice fell on a 5 Ah PowerPack from
I recently went on a trip to Italy and in order to keep up to date with work I decided to find some prepaid mobile Internet for my stay. I stepped by a Wind (
Another small travel tip regarding Italy. Don’t forget power adaptor if you are going to use a grounded power plug (like the ones for laptops for example) since the grounded outlets in Italy is not the european standard. If you forgot the adaptor and are staying at a hotel, check the tv power cord. TVs often have european power plugs connected with an adaptor and choosing between running the computer and watching Italian dubbed tv the choice is easy
A while ago I decided to start fresh with my HP Compaq 6910p laptop so I installed a new harddisk and Windows 7. My 6910p has an internal 3G/GSM modem (HS2300). When visiting the HP Support & Drivers page for the 6910p and Windows 7 I discovered there are no drivers or software for this 3G modem under Windows 7.
