und zwar benutze ich den style FI Blue3d und da hab ich ein problem in der overall_header.tpl !
Es geht um folgenden Text:
Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
<td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a> <a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a> <a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a> </span></td>
#
#-----[ IN-LINE FIND ]------------------------------------------
#
<a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
<a href="./eventlist.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_eventslist}" hspace="3" />{L_eventslist}</a>
Code: Alles auswählen
<?xml version="1.0" encoding="{S_CONTENT_ENCODING}"?>
<!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" dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/fiblue3d/{T_HEAD_STYLESHEET}" type="text/css" />
<!-- BEGIN switch_enable_pm_popup -->
<script type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body>
<a name="top" id="top"></a>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="templates/fiblue3d/images/tnav_tl.gif" width="14" height="23" alt="" /></td>
<td width="100%" class="tbltop"> </td>
<td><img src="templates/fiblue3d/images/tnav_tr.gif" width="15" height="23" alt="" /></td>
</tr>
<tr>
<td class="tblleft"> </td>
<td align="center" class="topbkg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="120"> </td>
<td valign="bottom"><img src="templates/fiblue3d/images/phpbb2_logo.gif" width="160" height="30" alt="FI Blue 3D" title="FI Blue 3D" /></td>
</tr>
</table></td>
<td class="tblright"> </td>
</tr>
<tr>
<td><img src="templates/fiblue3d/images/tnav_bl.gif" width="14" height="26" alt="" /></td>
<td class="tblbot"> </td>
<td><img src="templates/fiblue3d/images/tnav_br.gif" width="15" height="26" alt="" /></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="center" class="topnav"> <a href="{U_FAQ}">{L_FAQ}</a> • <a href="{U_SEARCH}">{L_SEARCH}</a>
• <a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> •
<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>
<!-- BEGIN switch_user_logged_out -->
• <a href="{U_REGISTER}">{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
• <a href="{U_PROFILE}">{L_PROFILE}</a> • <a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>
• <a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="templates/fiblue3d/images/tnav_tl.gif" width="14" height="23" alt="" /></td>
<td width="100%" class="tbltop"> </td>
<td><img src="templates/fiblue3d/images/tnav_tr.gif" width="15" height="23" alt="" /></td>
</tr>
<tr>
<td class="tblleft"> </td>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
Ich danke schon mal im vorraus.