Code: Alles auswählen
...... <td align="center" valign="top" nowrap="nowrap"><a href="{U_STATISTIK}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_statistik.gif" width="12" height="13" border="0" alt="{L_STATISTIK}" hspace="3" />{L_STATISTIK}</a> <span class="mainmenu"> <a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu"> & .......
Code: Alles auswählen
'L_MEMBERLIST' => $lang['Memberlist'],
'L_STATISTIK' => $lang['Statistik'],
'L_FAQ' => $lang['FAQ'],
Code: Alles auswählen
'U_MODCP' => append_sid('modcp.'.$phpEx),
'U_STATISTIK' => append_sid('statistik.'.$phpEx),
'U_FAQ' => append_sid('faq.'.$phpEx),
Hab ich was übersehen? Wo muss ich das noch reinschreiben?