Event-Kalender
Verfasst: 13.02.2004 15:57
Hi Leute
Gibts sowas für das 2.0.6. ??
Danke schööön..
DP
Gibts sowas für das 2.0.6. ??
Danke schööön..
DP
Code: Alles auswählen
#-----[ 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html 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/Ripple/{T_HEAD_STYLESHEET}" type="text/css" />
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" 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 bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<a name="top"></a>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="top-left"><img name="ripple_r1_c1" src="templates/Ripple/images/index/ripple_r1_c1.jpg" width="3" height="29" border="0" id="ripple_r1_c1" alt="" /></td>
<td class="top">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="left"></td>
<td align="right"><img src="templates/Ripple/images/index/twist.jpg" hspace="2" alt="{L_INDEX}" border="0" /></td>
</tr>
</table>
</td>
<td class="top-right"><img name="topright" src="templates/Ripple/images/index/top-right.jpg" width="3" height="29" border="0" id="topright" alt="" /></td>
</tr>
<tr>
<td class="nav-left"><img name="navleft" src="templates/Ripple/images/index/nav-left.jpg" width="3" height="16" border="0" id="navleft" alt="" /></td>
<td class="nav">
<a href="{U_INDEX}"><img src="templates/Ripple/images/nav/index.gif" border="0" alt="{L_INDEX}" /></a>
<a href="{U_FAQ}"><img src="templates/Ripple/images/nav/faq.gif" border="0" alt="{L_FAQ}" /></a>
<a href="{U_SEARCH}"><img src="templates/Ripple/images/nav/search.gif" border="0" alt="{L_SEARCH}" /></a>
<a href="{U_MEMBERLIST}"><img src="templates/Ripple/images/nav/members.gif" border="0" alt="{L_MEMBERLIST}" /></a>
<a href="{U_GROUP_CP}"><img src="templates/Ripple/images/nav/groups.gif" border="0" alt="{L_USERGROUPS}" /></a>
<a href="{U_PROFILE}"><img src="templates/Ripple/images/nav/profile.gif" border="0" alt="{L_PROFILE}" /></a>
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}"><img src="templates/Ripple/images/nav/register.gif" border="0" alt="{L_REGISTER}" /></a>
<!-- END switch_user_logged_out -->
<a href="{U_PRIVATEMSGS}"><img src="templates/Ripple/images/nav/messages.gif" border="0" alt="{PRIVATE_MESSAGE_INFO}" /></a>
<!-- BEGIN switch_user_logged_out -->
<a href="{U_LOGIN_LOGOUT}"><img src="templates/Ripple/images/nav/login.gif" border="0" alt="{L_LOGIN_LOGOUT}" /></a>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<a href="{U_LOGIN_LOGOUT}"><img src="templates/Ripple/images/nav/logout.gif" border="0" alt="{L_LOGIN_LOGOUT}" /></a>
<a href="{U_NICKPAGE}"><img src="templates/Ripple/images/nav/nickpages.gif" border="0" alt="Nickpage"</a>
<!-- END switch_user_logged_in -->
</td>
<td class="nav-right"><img name="navright" src="templates/Ripple/images/index/nav-right.jpg" width="3" height="16" border="0" id="navright" alt="" /></td>
</tr>
<tr>
<td class="left"></td>
<td class="main">
<!-- Schon Gewusst -->
<br />
<table border="0" align="center" cellpadding="4" cellspacing="0" class="forumline">
<tbody>
<tr>
<th class="thHead"> Schon gewusst? </th>
</tr>
<tr>
<td class="row{ZNUMBER}"><span class="gen"> {ZMESSAGE} </span></td>
</tr>
</tbody>
</table>
<br clear="all">
<!-- Schon Gewusst -->
Code: Alles auswählen
<a href="{U_PROFILE}"><img src="templates/Ripple/images/nav/profile.gif" border="0" alt="{L_PROFILE}" /></a>