Hallo zusammen
Joomla 1.7 mutlilangual
Template
mx_joomla45
ich würde gerne das Logo der Sprache entsprechend angezeigt haben
wie kann ich dies anstellen ? kann mir jemand auf die Sprünge helfen
hier ein Ausschnitt aus der index.php des Template
<!-- BEGIN: LOGO -->
<?php if ($this->params->get('logoType')=='image'): ?>
<div id="logo">
<a href="http://www.joomlaportal.de/forum.php">
<img src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/images/logo.png" alt="" />
</a>
</div>
<?php else:
$logoText = (trim($this->params->get('logoType-text-logoText'))=='') ? $config->sitename : $this->params->get('logoType-text-logoText');
$sloganText = (trim($this->params->get('logoType-text-sloganText'))=='') ? JText::_('SITE SLOGAN') : $this->params->get('logoType-text-sloganText');?>
<div id="logo-text">
<h1><a href="http://www.joomlaportal.de/forum.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a></h1>
<p class="site-slogan"><?php echo $sloganText;?></p>
</div>
<?php endif; ?>
<!-- END: LOGO -->
Besten Dank im voraus
Pegu
Lesezeichen