Ändere mal den Bildpfad. Also
Code:
templates/namedestemplates/images/stories/anjanpng.png
statt
Code:
/images/stories/anjanpng.png
.
Und beim a href-Eintrag nimm mal den php-Tag raus: "<img src="templates/<?php echo $this->template ?>/images/logo.png" width="270" height="67" alt="logotype" />" ändern in "<img src="templates/namedestemplates/images/logo.png" width="270" height="67" alt="logotype" />"
Und beim img src änderst du "<img src="templates/<?php echo $this->template ?>/images/stories/anjanpng.png" width="257" height="147" alt="image-header" />" um in "<img src="templates/namedestemplates/images/stories/anjanpng.png" width="257" height="147" alt="image-header" />"
Lesezeichen