Genau!
Du kannst einfach in der
index.htm vom Template beim Footer das ändern:
Beispiel: So sollte es normal aussehen:
|
Quellcode
|
1
|
<div id="footer"><?php page_footer(); ?></div>
|
So änderst du es, indem du einfach ein Link daneben packst:
|
Quellcode
|
1
2
3
|
<div id="footer"><?php page_footer(); ?><a title="Links"
href="/index.php?seite=53.links">Links</a>
</div>
|
Der Link ist nur ein Beispiel.. du musst ihn natürlich noch ändern..
LG Rico