Move adsense location

This commit is contained in:
Paulo Gustavo Veiga 2014-02-12 01:00:12 -03:00
parent 44dbce0801
commit 8be0f19792

View File

@ -59,16 +59,17 @@
<tiles:insertAttribute name="body"/> <tiles:insertAttribute name="body"/>
</div> </div>
</div> </div>
<div class="col-md-1" style="padding-top:25px">
<c:if test="${requestScope['google.ads.enabled']}"> <c:if test="${requestScope['google.ads.enabled']}">
<div class="row" style="text-align: center;margin: 5px">
<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>
<div style="margin-top:5px;">
<script type="text/javascript" <script type="text/javascript"
src="https://pagead2.googlesyndication.com/pagead/show_ads.js"> src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
</script> </script>
@ -76,6 +77,7 @@
</c:if> </c:if>
</div> </div>
</div> </div>
</div>
<jsp:include page="footer.jsp"/> <jsp:include page="footer.jsp"/>
</div> </div>