mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Move adsense location
This commit is contained in:
parent
74a817e63d
commit
ad7bde02e3
@ -59,26 +59,28 @@
|
|||||||
<tiles:insertAttribute name="body"/>
|
<tiles:insertAttribute name="body"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<c:if test="${requestScope['google.ads.enabled']}">
|
<div class="col-md-1" style="padding-top:25px">
|
||||||
<div class="row" style="text-align: center;margin: 5px">
|
<c:if test="${requestScope['google.ads.enabled']}">
|
||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
google_ad_client = "ca-pub-7564778578019285";
|
google_ad_client = "ca-pub-7564778578019285";
|
||||||
/* WiseMapping Login */
|
/* WiseMapping Mindmap List */
|
||||||
google_ad_slot = "2192653431";
|
google_ad_slot = "4071968444";
|
||||||
google_ad_width = 728;
|
google_ad_width = 120;
|
||||||
google_ad_height = 90;
|
google_ad_height = 600;
|
||||||
//-->
|
//-->
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript"
|
<div style="margin-top:5px;">
|
||||||
src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
|
<script type="text/javascript"
|
||||||
</script>
|
src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
|
||||||
</div>
|
</script>
|
||||||
</c:if>
|
</div>
|
||||||
|
</c:if>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<jsp:include page="footer.jsp"/>
|
<jsp:include page="footer.jsp"/>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user