bin gerade dabei meine CSS und *tpl Dateien zu bearbeiten, irgendwie habe ich jetzt das Problem das der Link zu phpbb.com nicht mehr geht, also das Copyright bei mir im Footer

ausschnitt aud der overal_footer.tpl
Code: Alles auswählen
<div align="center"><span class="copyright"><br />{ADMIN_LINK}</div>
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
reason) retain the full copyright we request you at least leave in place the
Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
to include even this then support on our forums may be affected.
The phpBB Group : 2002
// -->
</td>
</tr>
<tr>
<th align="left" class="thcornerL">
<span class="copyright">
Modified by <a href="http://user-for-user.de/forum/profile.php?mode=viewprofile&u=2" target="_blank" class="copyright"> Son Goku</a></span>
<p style="margin-top:-12"><div align="right">
<span class="copyright">
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright"> phpBB</a> {PHPBB_VERSION} © 2001, 2002 phpBB Group
</span>
</div>
</th>
</tr>
</table>
Code: Alles auswählen
/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; letter-spacing: -1px;}
a.copyright { color: #FFFFFF; text-decoration: underline;}
a.copyright:hover { color: #FFFFFF; text-decoration: none;}
ich möchte ja weiter Support bekommen von euch
