1. Die Datei admin/page_header.tpl enthält folgende Zeile nicht
Code: Alles auswählen
.helpline { background-color: {T_TR_COLOR2}; border-style: none; }
Meine page_header.tpl sieht aber nur wie folgt aus:
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
{META}
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<link rel="stylesheet" href="../templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" />
<title>{SITENAME} - {L_PHPBB_ADMIN}</title>
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<a name="top"></a>
Code: Alles auswählen
@import url("templates/subSilver/formIE.css");
Ich hoffe die Codeblöcke sind nicht zu gross und jemand weiss was damit anzufangen ...
LG Dirk