Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: kur rasyt?

Parašė Mantas_· 2008 Lie. 31 18:07:45
#9

kodle kai idedu ta koda man narodo footer?
function render_footer($license=false) {

global $theme_width,$settings;

echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%' class='footer'>
<tr><td width='30%'>Theme BY DeaGle</a></td>
<td width='40%'><center>".stripslashes($settings['footer'])."</center></td>
<td width='30%' style='text-align: right'>\n";
if (!$license) { echo showcopyright("white")."<br>\n"; } echo showcounter()."
</td>
</tr>
</table>
</td>
</tr>
</table>\n";

}