update
This commit is contained in:
@@ -113,6 +113,16 @@
|
||||
<li><a href="/pages/openscenegraph-guide.html">OpenSceneGraph guide</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- ogs -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:inline-block;width:120px;height:240px"
|
||||
data-ad-client="ca-pub-4473792248813084"
|
||||
data-ad-slot="4132845695"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
|
||||
</aside> <!-- End Sidebar -->
|
||||
|
||||
@@ -129,4 +139,14 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-3773114-1']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user