Folgende Datai habe ich eingefügt:
beim includes/functions.php
// Which timezone?
$tz = ($user->data['user_id'] != ANONYMOUS) ? strval(doubleval($user->data['user_timezone'])) : strval(doubleval($config['board_timezone']));
$user->add_lang('mods/lang_impressum'); Hinzugefügt
und hier was soll gemacht werden?
Find
Code: Alles auswählen
$tz = ($user->data['user_id'] != ANONYMOUS) ? strval(doubleval($user->data['user_timezone'])) : strval(doubleval($config['board_timezone']));
Add After
The Find specified by the MOD could not be found
styles/prosilver/template/overall_header.html
Find
Code: Alles auswählen
<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
Add Before
Code: Alles auswählen
<li class="icon-disclaimer"><a href="{U_IMPRESSUM}" title="{L_IMPRESSUM_TITLE}" accesskey="l">{L_IMPRESSUM_TITLE}</a></li>
The Find specified by the MOD could not be found
styles/prosilver/template/overall_footer.html
Find
Code: Alles auswählen
<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group
In-Line Find
<div class="copyright">
The In-Line Find specified by the MOD could not be found. The Find specified by the MOD could not be found
styles/prosilver/theme/stylesheet.css
Find
Add After
Success
styles/subsilver2/template/overall_header.html
Find
Code: Alles auswählen
<a href="{U_FAQ}"><img src="{T_THEME_PATH}/images/icon_mini_faq.gif" width="12" height="13" alt="*" /> {L_FAQ}</a>
Add After
Code: Alles auswählen
<a href="{U_IMPRESSUM}"><img src="{T_THEME_PATH}/images/icon_mini_disclaimer.gif" width="12" height="13" alt="*" /> {L_IMPRESSUM_TITLE}</a>
Success
styles/subsilver2/template/overall_footer.html
Find
Code: Alles auswählen
<span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group
In-Line Find