Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: kaip istaisyti?

Parašė Enzo· 2009 Kov. 16 17:03:20
#4

function render_footer($license=false) {

global $theme_width,$settings;

echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='center' class='footer'>".stripslashes($settings['footer'])."<br>\n";
if (!$license) { echo showcopyright()."<br><br>\n"; } echo showcounter()."<br><br>
</td>
</tr>
</table>
</td>
</tr>
</table>\n";

}