Removed some temporary comments.
This commit is contained in:
parent
c6870135b4
commit
cd7e362de3
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
Loading…
Add table
Reference in a new issue