Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Padėtumėte Įterpti

Parašė Child· 2008 Spa. 29 11:10:44
#8

function render_footer($license=false) {

global $theme_width,$settings;

echo "</tr>\n</table>\n
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='center' colspan='3' class='footer'>";
echo stripslashes($settings['footer'])."</td></tr><tr>";

if(!$license){
/* Cia php-fusion teises */
echo "<td align='left' class='footer' width='30%'>\n
Powered by <a href='http://www.php-fusion.co.uk' class='white'>
PHP-Fusion</a> v".$settings['version']."</td>";
}

echo "<td align='center' class='footer' width='40%'>
<!-- iterpkite cia savo theme pavadinima -->
</td>
<td align='right' class='footer' width='30%'>".showcounter()."</td></tr>
</table>
</td>
</tr>
</table>\n";

}