Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Footer

Parašė ramon· 2008 Vas. 18 19:02:31
#7

Nu tai jmj manai tau veiks jei net nera theme.php tokios funk reike daryti taip.
Theme.php :
<?
..
...
function render_footer($license=false) {
require_once "footer.php";
}
...
..
?>




footer.php :

echo "<table cellpadding='0' cellspacing='0' width='100%' height='91'>
<tr>
<td align='center' class='footer'><br>\n";
echo showcounter()."
</td>
</tr>
</table>
</td>
</tr>
</table>\n";