Few years ago I got a nice solution for Crativity template from Teitbite. The solution was quite ellegant and efficient, and it was something like this in block logo.php:
- Code: Select all
<h1 class="gkLogo">
<a href="<?php echo JURI::root(); ?>" id="gkLogo">
<img src="images/logo_<?php echo $this->APITPL->language; ?>.png" alt="<?php echo $this->API->getPageName(); ?>" />
</a>
</h1>
Now I am looking for a similar solution for University, but I can see just one way, by duplicating the template. I'm using Falang for multilingual handling. I don't think that duplicating template is best way cos whenever I change something change something in the template for one language, I must do that again in template copy.
Is there a similar (elegant ) way to get the multilang logo in University?
Thank you.