Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: del theme.php footer eilutes

Parašė Dandžu· 2008 Vas. 28 22:02:38
#3

Taigi simple.
function render_footer($license=false) {

global $theme_width,$settings;

echo "</tr>\n</table>\n";
echo "<table width='100%'height='60' border='0' cellpadding='0' cellspacing='0'>
   <tr><td class='footer' align='left'>
   <span style='color:black'>".stripslashes($settings['footer'])."<a href=\"http://www.stats.lt/counter10915.html\" target=\"_blank\"><img id=\"statslt_cnt\" src=\"\" border=\"0\" alt=\"\" style=\"display: none\"></a>
<script language=\"JavaScript\" type=\"text/javascript\">
<!--
var st_img; if (document.getElementById) st_img = document.getElementById('statslt_cnt');
if (!st_img && document.all) st_img = document.all['statslt_cnt'];
if (st_img) { st_img.onload = function () { this.style.display = 'inline'; }
st_img.src = \"http://images.stats.lt/countme.php?site=10915&ref=\"+escape(document.referrer)+\"&h=\"+ screen.height +\"&w=\"+ screen.width + \"&cs=\"+Math.random()*9999; }
//-->
</script>
</td>
   </tr>
        </table>
        </td>
       
        </tr>
        </table>\n";

}