Parašė Soo-2· 2007 Gru. 25 01:12:59
#1
gal kas galite sutvarkyti si koda taip kad butu užrasai pilkam fone, nebutu tu pageup.gif paveiksliuku, butu užrašai tik centre:
Copyright © snox
Varikliukas :
Php-Fusion
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 "<a href='#top'><img src='".THEME."images/pageup.gif' alt='Scroll Up' title='Scroll Up'></a></div></td>";
echo "<td width='20%' class='footer' align='left'>";
if ($license == false) {
echo "<b>Powered by <a href='http://php-fusion.co.uk' target='_blank'>PHP-Fusion</a></b>";
}
echo "</td>";
echo "<td width='40%' class='footer' align='center'>";
echo "<b>SimOrange original theme by <a href='mailto:defaceh@gmail.com' target='_blank'>artaz</a></b> </a></td>";
echo "<td width='26%' class='footer' align='right'>";
echo "<span class='footerstat'>".$settings['counter']." </span>".($settings['counter'] == 1 ? $locale['140']."\n" : $locale['141']."\n");
echo "</td><td width='4%' class='footer' align='right'>";
echo "<div align='center'><a href='#top'><img src='".THEME."images/pageup.gif' alt='Scroll Up' title='Scroll Up'></a></td></tr></table></td></tr></table></div>";
}