PDA

View Full Version : Adding a link to the footer using $template_hook[footer_links]


0ptima
11-03-2008, 12:56 AM
Can someone show me how to create a plugin that will use the $template_hook[footer_links] to create a simple link in the footer?

thanks.

Lynne
11-03-2008, 03:19 AM
I think this will do it (not tested):
$template_hook[footer_links].= '<a href="yourlink.php">Your Link</a>';