tui
Ich habe mal eine Frage.
Wo kann ich im wbb2 eigentlich den Footer verändern ? Ich finde nämlich nicht die datei footer.tpl Ich habe das Forum gesponsort und will nämlich sponsored by tui darunter schreiben ^^
Bitte um schnelle Hilfe
Radiation
Im ACP->Templates bearbeiten->footer
tui
aso thx bei mir klappt das aber nicht so richtig ^^
Der code des footers lautet:
<br />
<if($imprint_url != '')>
<then>
<p align="center" class="normalfont"><a href="{$imprint_url}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
<else>
<if($imprint_text != '')>
<then>
<p align="center" class="normalfont"><a href="misc.php?action=imprint{$SID_ARG_2ND}">{$lang->items['LANG_GLOBAL_IMP
RINT']}</a></p>
</then>
</if>
</else>
</if>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" align="center">
<tr>
<td class="tablea"><span class="smallfont"><a href="http://www.woltlab.de" target="_blank" style="text-decoration: none">{$lang->items['LANG_GLOBAL_COPYRIGHT']}</a></span></td>
</tr>
</table><br />
</td>
</tr>
</table>
Und ich will jetzt in der Tabelle unter dieses mit dem Woltlab: sponsored by tui haben und das tui soll nen link sein, der zu meinem Profil führt:
http://psptui.ps.funpic.de/wbb2/profile.php?userid=1
Wäre nett, wenn es mir jm. machen würde.
W00tkaeppi
Oder einfach nur die Sprachvariable
LANG_GLOBAL_COPYRIGHT bearbeiten