diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/footer.tag b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/footer.tag index 0e061b2..675da0d 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/footer.tag +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/footer.tag @@ -1,9 +1,14 @@ -<%@tag description="component/footer" pageEncoding="UTF-8" %> +<%@ tag import="uppa.project.web.translation.Translator" %> +<%@taglib prefix="component" tagdir="/WEB-INF/tags/components" %> +<%@ tag import="uppa.project.Global" %> +<%@ tag import="java.text.MessageFormat" %> +<%@ tag pageEncoding="UTF-8" %> +<% Translator translator = (Translator) request.getSession().getAttribute("translator"); %> \ No newline at end of file + diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/hero.tag b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/hero.tag index f2aba77..93a5645 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/hero.tag +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/hero.tag @@ -1,4 +1,5 @@ <%@tag description="component/hero" pageEncoding="UTF-8" %> +<%@taglib prefix="component" tagdir="/WEB-INF/tags/components" %>
- \ No newline at end of file +