From cd7e362de36fbee466d69e889dfff2e715c9feef Mon Sep 17 00:00:00 2001 From: nac26 Date: Wed, 22 Dec 2010 23:33:28 +0000 Subject: [PATCH] Removed some temporary comments. --- webapp/web/templates/freemarker/page/partials/stylesheets.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/web/templates/freemarker/page/partials/stylesheets.ftl b/webapp/web/templates/freemarker/page/partials/stylesheets.ftl index f57129b2f..de99d2ccb 100644 --- a/webapp/web/templates/freemarker/page/partials/stylesheets.ftl +++ b/webapp/web/templates/freemarker/page/partials/stylesheets.ftl @@ -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} \ No newline at end of file