diff options
author | seb <seb@seb-U36JC> | 2011-11-21 14:50:44 +0000 |
---|---|---|
committer | seb <seb@seb-U36JC> | 2011-11-21 14:50:44 +0000 |
commit | fa58d1b9eb961475d1eb3062cdbdf06fa8ca925c (patch) | |
tree | 12c188947ef712b764fdc890c28b0222f05ad25a /app | |
parent | 69bcb7fe3fed27f3499654209e65fd627f788aaa (diff) |
Support legacy theme technique for backwards compatibility, and update the theming docs
Diffstat (limited to 'app')
-rw-r--r-- | app/views/layouts/default.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index 2c19c76f3..4008760a1 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -34,6 +34,8 @@ <!--[if LT IE 8]> <style type="text/css">@import url("/stylesheets/ie7.css");</style> <![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 %> <%= stylesheet_link_tag 'jquery.fancybox-1.3.4', :rel => "stylesheet" %> <% end %> |