diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-09-25 09:15:47 +1000 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-09-25 09:15:47 +1000 |
commit | 6ee1e8d0a4a8cfe02797c1a853bf27af2610ad27 (patch) | |
tree | 8e46da78fec42c9df59c1fe4923895d74229a5bc /app/views/general/_stylesheet_includes.rhtml | |
parent | 5e3e0ae67f6afa0fa648b7015e89871bee22b23f (diff) |
Inline ConfigHelper force_registration_on_new_request
Diffstat (limited to 'app/views/general/_stylesheet_includes.rhtml')
-rw-r--r-- | app/views/general/_stylesheet_includes.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/general/_stylesheet_includes.rhtml b/app/views/general/_stylesheet_includes.rhtml index 2ffa5dadf..7a03680f8 100644 --- a/app/views/general/_stylesheet_includes.rhtml +++ b/app/views/general/_stylesheet_includes.rhtml @@ -16,6 +16,6 @@ <![endif]--> <!-- the following method for customising CSS is deprecated; see `doc/THEMES.md` for detail --> <%= stylesheet_link_tag 'custom', :title => "Main", :rel => "stylesheet" %> - <% if force_registration_on_new_request %> + <% if Configuration::force_registration_on_new_request %> <%= stylesheet_link_tag 'jquery.fancybox-1.3.4', :rel => "stylesheet" %> <% end %> |