ich habe ein "xtreme style" welches den "xtreme style mod" nutzt!
Ich möchte nun in meinem Footer noch zusätzliche Punkte hinzufügen, wie z.B. ein Kontaktlink, ein Impressum-Link, usw...
Jetzt habe ich die overall_footer.tpl geöffnet und fand folgenden Inhalt vor:
Code: Alles auswählen
</html>
Code: Alles auswählen
<div align="center"><span class="copyright"><br />
<!--
//
// From phpBB team:
//
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
//
// From Vjacheslav Trushkin:
//
You are allowed to use this phpBB style only if you agree to the following conditions:
- You cannot remove my copyright notice from style without my permission.
- You cannot use images from this style anywhere else without my permission.
- You cannot convert this style to another software without my permission.
- If you want to create new phpBB style based on this style you must ask my permission.
- If you modify this style it still should contain my copyright because it is based on my work. Modified style should not be available for download without my permission.
For support visit http://www.phpbbstyles.com
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb">phpBB</a> {PHPBB_VERSION} © phpBB Group<br />
Design by <a href="http://www.phpbbstyles.com" target="_blank">phpBBStyles.com</a> | <a href="http://www.stylesdb.com" target="_blank">Styles Database</a>.<br />
Content © test
</span></div>
{TPL_CONTENT_BOTTOM}</table></body></html>
Gibt es da vielleicht noch eine andere Datei mit Inhalt? Normal müsste in der TPL auch der Adminlink auftauchen oder?