diff --git a/web/src/main/webapp/WEB-INF/components/map/footer.xhtml b/web/src/main/webapp/WEB-INF/components/map/footer.xhtml
deleted file mode 100644
index 577e1e57a72f7af072b358a4cecc4442ae2c0092..0000000000000000000000000000000000000000
--- a/web/src/main/webapp/WEB-INF/components/map/footer.xhtml
+++ /dev/null
@@ -1,28 +0,0 @@
-<html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:h="http://java.sun.com/jsf/html"
-	xmlns:f="http://java.sun.com/jsf/core"
-	xmlns:ui="http://java.sun.com/jsf/facelets"
-		xmlns:c="http://java.sun.com/jsp/jstl/core"
-	xmlns:p="http://primefaces.org/ui">
-
-	<h:form id="footer">
-	 <div class="footerDivClass" id="footerDiv"><p:inputTextarea style="display:none;"/>#{mapMB.mapDataList[0].mapConfig.description}
-			<div style="position: absolute; top: 5px; right: 5px;\"><a href="export.xhtml?id=#{mapMB.currentMapId}">EXPORT</a> <a href="admin.xhtml?id=#{configurationMB.currentMapId}">ADMIN</a></div>
-		</div>
- 		<p:dialog id="logoutDialog" 
-					header="Error" 
-					widgetVar="dlg3" 
-					modal="true" 
-					visible="#{not mapMB.userHasViewPrivilege}" 
-					closable="false" 
-					closeOnEscape="false">	
-			<p:ajax event="close" actionListener="#{userMB.doLogout}"/>				
-			<center>
-			<h:outputLabel value="You don't have access to this map." />	
-			<br/>
-			<p:commandButton value="Logout" actionListener="#{userMB.doLogout}"/>	
-		</center>
-		</p:dialog>			
-	</h:form>
-</html>
-