Footer bearbeiten ?

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 Augenzwinkern
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.
Ghostmaster
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
<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 />
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" align="center">
<tr>
<td class="tablea"><span class="smallfont"><a href="http://psptui.ps.funpic.de/wbb2/profile.php?userid=1" target="_blank" style="text-decoration: none">Sponsored  by tui</a></span></td>
</tr>
</table><br />

</td>
</tr>
</table>


Das müsste gehen smile
W00tkaeppi
Oder einfach nur die Sprachvariable LANG_GLOBAL_COPYRIGHT bearbeiten Augenzwinkern