Ich habe nach der Anleitung die ich hier gefunden habe ein Templater für Joomla erstellt. Leider wird meine Header grafik nicht angezeigt. Ich benutze Joomla 1.0.15! Wer kann mir weiterhelfen?
<?php defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );
$iso = split( "=", _ISO );
?>
<!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">
<head>
<?php
if ( $my->id ) { initEditor(); }
mosShowHead();
?>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<link href="<?php echo $mosConfig_live_site."file:///templates/".$mainframe->getTemplate()."/css/template_css.css"; ?>" type="text/css" rel="stylesheet" />
</head>
</head>
<body>
<table width="850" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#333333"><table width="850" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="<?php echo $mosConfig_live_site; ?>"/images/logo.png" width="468" height="60" /></td>
</tr>
<tr>