Skip to content

Commit

Permalink
adv
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Aug 30, 2024
1 parent 1bfb0dc commit a546c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/jsp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

<div id="mainpage">
<div id="news">
<%--
<c:if test="${showAdsense}">
<div align="center" width="100%">
Expand Down Expand Up @@ -80,6 +81,7 @@
</script>
</div>
</c:if>
--%>

<div style="text-align: center; margin-top: 0.5em; height: 125px" id="interpage">
</div>
Expand All @@ -106,7 +108,6 @@
});
</script>

<%--
<c:if test="${template.moderatorSession or template.correctorSession}">
<div class="nav" style="border-bottom: none">
<c:if test="${uncommited > 0}">
Expand All @@ -120,7 +121,6 @@
</c:if>
</div>
</c:if>
--%>

<%
boolean multiPortal = tmpl.getProf().isShowGalleryOnMain();
Expand Down

0 comments on commit a546c84

Please sign in to comment.