Seite 1 von 1

Neue Folderimages...Darstellungsfehler

Verfasst: 27.02.2006 12:58
von Deathwing
Ich bräuchte mal bitte eure Hilfe.
Ich habe neue Images in meinem Forum eingefügt und habe seither ein Darstellungsproblem. Dieses tritt aber nur im Index auf. im Portal ist alles OK.

Schaut doch mal bitte rein:
Classic Darts Community

Verfasst: 27.02.2006 13:18
von Mungo
Ändere in der index_body.tpl folgenden Code:

Finde:

Code: Alles auswählen

<img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
Ersetze mit:

Code: Alles auswählen

<img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="22" height="22" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />

Verfasst: 27.02.2006 13:25
von Deathwing
Dankeschön :D