add code in the footer
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
add code in the footer
hi
how are u??
how i can put this code in the footer to appear in all pages??
i'm using phpBB2
how are u??
how i can put this code in the footer to appear in all pages??
- Code:
var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,1806875,4,19,200,40,00011111']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('http://s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();
[url=http://www.histats.com][img]http://sstatic1.histats.com/0.gif?1806875&101[/img][/url]
i'm using phpBB2
Last edited by PE!N on February 3rd 2012, 10:12 am; edited 1 time in total
Re: add code in the footer
Display>Templates>General
overall_footer_end
Find this part,
Save.
Then Publish the template.
overall_footer_end
Find this part,
- Code:
<!-- END switch_footer_links -->
</div>
{PROTECT_FOOTER}
</td>
</tr>
</table>
- Code:
<div align="center"> <!-- Histats.com (div with counter) --><div id="histats_counter"></div>
<!-- Histats.com START (aync)-->
<script type="text/javascript">var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,1806875,4,19,200,40,00011111']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('http://s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();</script>
<noscript><a href="http://www.histats.com" target="_blank"><img src="http://sstatic1.histats.com/0.gif?1806875&101" alt="web page hit counter" border="0"></a></noscript>
<!-- Histats.com END --></div>
Save.
Then Publish the template.
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum

Home


by PE!N on February 3rd 2012, 6:21 am







