Parašė Ptycka· 2007 Gru. 25 03:12:46
#3
function render_footer($license=false) {
global $theme_width,$locale,$settings;
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'><tr>";
echo "<td>".stripslashes($settings['footer'])."</td>";
echo "</tr></table></td></tr></table><br>";
echo "<table cellSpacing='0' cellPadding='2' width='100%' border='0'>";
echo "<tr><td width='4%' class='footer' align='left'><div align='center'>";
echo "<td width='20%' class='footer' align='left'>";
if ($license == false) {
echo "<b><a href='http://php-fusion.co.uk' target='_blank'>Varikliukas PHP-Fusion<div align='center'></a></b>";
}
echo "</td>";
echo "<td width='40%' class='footer' align='center'>";
echo "<b>Copyright © snox</a></b> </a></td>";
echo "<td width='26%' class='footer' align='right'>";
echo "</td><td width='4%' class='footer' align='right'>";
}
Redagavo Ptycka· 2007 Gru. 25 03:12:27