Created
March 4, 2013 15:26
-
-
Save savs/5083004 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <%@include file="/libs/foundation/global.jsp" %> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1"/> | |
| <title><%= xssAPI.encodeForHTML( currentPage.getTitle() == null ? currentPage.getName() : currentPage.getTitle() ) %></title> | |
| <% currentDesign.writeCssIncludes(pageContext); %> | |
| <cq:include script="/libs/wcm/core/components/init/init.jsp"/> | |
| </head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment