<?php
// Setup this page's template information
$footer = new Template($sidebardir."templates/".$template."/footer.tpl");
$footer->set("lefttext", '<a href="http://www.articlesetup.com">Article Script</a>
- Powered By <a href="http://www.articlesynergy.com">Article Marketing</a>');
$footer->set("righttext", '© 2011 - '.$sitetitle.'');
$footer->set("statcode", stripslashes($statcode));
// Outputs the footer template
echo $footer->output();
?>