Hallo,
ich möchte auf meiner neu eingerichteten joomla homepage das logo ändern und weiß nicht wie das geht.
Dies ist der HTML-Code vom Template:
<?php
defined( '_JEXEC' ) or die( 'Restricted access' );
JPlugin::loadLanguage( 'tpl_SG1' );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
</head>
<body id="page_bg">
<a name="up" id="up"></a>
<jdoc:include type="message" />
<div class="center" align="center">
<div id="wrapper">
<div id="wrapper_r">
<div id="whitebox">
<div id="whitebox_t">
<div id="whitebox_tl">
<div id="whitebox_tr"></div>
</div>
</div>
<div id="header">
<div id="header_r">
<div id="logo">"><a href=""><?php echo $mainframe->getCfg('sitename') ;?></a></div>
</div>
</div>
<div id="tabarea">
<table cellpadding="0" cellspacing="0" class="pill">
<tr>
<td class="pill_l"></td>
<td class="pill_m">
<div id="pillmenu">
<jdoc:include type="modules" name="user3" />
</div>
</td>
</tr>
</table>
</div>
<div id="whitebox_m">
<div id="area">
<?php if($this->countModules('left') and JRequest::getCmd('layout') != 'form') : ?>
<div id="leftcolumn" style="float:left;">
<jdoc:include type="modules" name="left" style="xhtml" />
<br /><?php $sg = "banner"; include "templates.php"; ?><br />
</div>
<?php endif; ?>
<?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>
<div id="maincolumn">
<?php else: ?>
<div id="maincolumn_full">
<?php endif; ?>
<div class="nopad">
<?php if($this->params->get('showComponent')) : ?>
<jdoc:include type="component" />
<?php endif; ?>
</div>
</div>
<?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>
<div id="rightcolumn" style="float:right;">
<jdoc:include type="modules" name="right" style="xhtml" />
</div>
<?php endif; ?>
<div class="clr"></div>
</div>
</div>
</div>
<div id="footer">
<div id="footer_l">
<div id="footer_r">
<p style="float:left; padding:4px 25px;">
<jdoc:include type="modules" name="syndicate" />
</p>
<p style="float:right; padding:4px 25px;">
Valid <a href="http://validator.w3.org/check/referer">XHTML</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>.
</p>
</div>
</div>
</div>
</div>
</div>
<div id="sgf"><?php $sg = ''; include "templates.php"; ?></div>
</div>
<jdoc:include type="modules" name="debug" />
</body>
</html>
...und dies der code des banners:
http://thomes-neuenkirchen.de/images/stories/fruit/logo.jpg
Das Thomes auf der Internetseite erscheint von selbst ohne das ich es in den header eingefügt hab.
Danke im voraus für eure hilfe!
Mfg