Removed some temporary comments.

This commit is contained in:
nac26 2010-12-22 23:33:28 +00:00
parent c6870135b4
commit cd7e362de3

View file

@ -1,7 +1,7 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template for loading stylesheets in the head -->
${stylesheets.add("/css/edit.css")} <#--temporary until edit controller can include this when needed -->
${stylesheets.add("/css/menupage/menupage.css")} <#-- we need to call it from the theme until freemarker controller and menupage.ftl are created -->
${stylesheets.add("/css/individual/individual.css")} <#-- we need to call it from the theme until freemarker controller and individual.ftl are created -->
${stylesheets.add("/css/menupage/menupage.css")}
${stylesheets.add("/css/individual/individual.css")}
${stylesheets.tags}