Verfasst: 11.02.2008 21:03
Gibts des Impressum bald auch für die Goldedition?
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
<a href="{U_IMPRESSUM}" title="{L_IMPRESSUM}">{L_IMPRESSUM}</a>
2) unter subsilver2Open: styles/prosilver/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.
Code:Select AllAdd afterCode: Alles auswählen
<a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l" class="icon-logout">{L_LOGIN_LOGOUT}</a> <!-- ENDIF -->
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select AllCode: Alles auswählen
<strong>•</strong> <a href="{U_IMPRESSUM}" title="{L_IMPRESSUM}" accesskey="l">{L_IMPRESSUM}</a>
Code: Alles auswählen
<a href="{U_LOGIN_LOGOUT}"><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" alt="*" /> {L_LOGIN_LOGOUT}</a> <!-- ENDIF -->
Code: Alles auswählen
<a href="{U_IMPRESSUM}" title="{L_IMPRESSUM}" accesskey="l">{L_IMPRESSUM}</a>
hab nur:franki hat geschrieben:2) unter subsilver2
Open: styles/subsilver2/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.
Add beforeCode: Alles auswählen
<a href="{U_LOGIN_LOGOUT}"><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" alt="*" /> {L_LOGIN_LOGOUT}</a> <!-- ENDIF -->
Tip: Add these lines on a new blank line before the preceding line(s) to find.
Code: Alles auswählen
<a href="{U_IMPRESSUM}" title="{L_IMPRESSUM}" accesskey="l">{L_IMPRESSUM}</a>
Code: Alles auswählen
<td class="genmed">
<!-- IF not S_IS_BOT --><a href="{U_LOGIN_LOGOUT}"<!-- IF S_USER_LOGGED_IN --> onclick="return logout_confirmation(); return true;"<!-- ENDIF -->
><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" alt="*" /> {L_LOGIN_LOGOUT}</a> <!-- ENDIF -->
Code: Alles auswählen
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
Code: Alles auswählen
» <a href="{U_IMPRESSUM}" title="{L_IMPRESSUM}">{L_IMPRESSUM}</a>
Code: Alles auswählen
<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
Code: Alles auswählen
<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]<!-- ENDIF --> <!-- IF not S_IS_BOT -->[ <a href="{U_IMPRESSUM}" title="{L_IMPRESSUM}" accesskey="l">{L_IMPRESSUM}</a> ]<!-- ENDIF --></span><br /><br />
Code: Alles auswählen
<td class="genmed">
<!-- IF not S_IS_BOT --><a href="{U_LOGIN_LOGOUT}"<!-- IF S_USER_LOGGED_IN --> onclick="return logout_confirmation(); return true;"<!-- ENDIF -->
><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" alt="*" /> {L_LOGIN_LOGOUT}</a> <!-- ENDIF -->
Code: Alles auswählen
<!-- IF not S_IS_BOT -->
Code: Alles auswählen
<a href="{U_IMPRESSUM}" title="{L_IMPRESSUM}" accesskey="l">{L_IMPRESSUM}</a>
Code: Alles auswählen
<span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group
Code: Alles auswählen
<span><a href="{U_IMPRESSUM}" title="{L_IMPRESSUM}">{L_IMPRESSUM}</a></span><br />