
08.10.2009, 16:30
|
|
Участник форума
Регистрация: 27.08.2006
Сообщений: 223
Провел на форуме: 2154209
Репутация:
341
|
|
http://sitename/wp-admin/theme-editor.php?file=/themes/different/footer.php&theme=different
у меня такой код
<?php get_sidebar(); ?>
<div id="footer">
<div class="footer_block">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="70" width="50%" align="left" valign="bottom"><!-- сюда можно поставить счетчики --></td>
<td height="70" width="50%" align="right" valign="bottom"><small>Зафигачено на <a rel="nofollow" href="http://ru.wordpress.org/" target="_blank">WORDPRESS</a><br />
<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click' "+
"target=_blank><img src='http://counter.yadro.ru/hit?t25.6;r"+
escape(document.referrer)+((typeof(screen)=="undef ined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.co lorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape( document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet: показано число посетителей за"+
" сегодня' "+
"border='0' width='88' height='15'><\/a>")
//--></script><!--/LiveInternet-->
</small></td>
</tr>
</table>
</div>
</div>
</body>
</html>
|
|
|