CQ5 - footer mit gleichen parsys Komponenten für alle Seiten innerhalb einer website

Habe ich die Fußzeile mit 3 parsys divs. Wenn ich eine Komponente, die parsys(beispielsweise die Text-Komponente) kann ich nicht sehen, es in anderen Seiten. Ist es möglich, 1 common-footer mit 3 parsys Komponenten für alle Seiten innerhalb einer website?

Ich habe diesen code in meinem myApp/components/page/footer.jsp

<%@include file="/libs/foundation/global.jsp" %>
<%@ page import="com.day.cq.commons.Doctype, com.day.cq.i18n.I18n, com.day.text.Text" %>
<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<div id="footer">
<hr />
<div id="left-footer-cell" class="footer-cell">
<cq:include path="fc1" resourceType="foundation/components/parsys" />
</div>
<div id="mid-footer-cell" class="footer-cell">
<cq:include path="fc2" resourceType="foundation/components/parsys" />
</div>
<div id="right-footer-cell" class="footer-cell">
<cq:include path="fc3" resourceType="foundation/components/parsys" />
</div>
</div>

Vielen Dank für jede Hilfe

InformationsquelleAutor Jakolcz | 2013-08-12
Schreibe einen Kommentar