Created
December 2, 2009 10:07
-
-
Save cpilsworth/247101 to your computer and use it in GitHub Desktop.
This file contains 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/wcm/global.jsp" %><% | |
%><head> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
<meta http-equiv="keywords" content="<%= WCMUtils.getKeywords(currentPage) %>"> | |
<cq:include script="/libs/wcm/init/init.jsp"/> | |
<% currentDesign.writeCssIncludes(out); %> | |
<title><%= currentPage.getTitle() == null ? currentPage.getName() : currentPage.getTitle() %></title> | |
<%-- The queue of page events described here --> | |
<cq:include script="/apps/foundation/components/analytics.google.queue.jsp"/> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment