@@ -69,4 +69,8 module ApplicationHelper | |||||
69 | super((@current_theme && @current_theme.stylesheets.include?(source)) ? |
|
69 | super((@current_theme && @current_theme.stylesheets.include?(source)) ? | |
70 | "/themes/#{@current_theme.dir}/stylesheets/#{source}" : source) |
|
70 | "/themes/#{@current_theme.dir}/stylesheets/#{source}" : source) | |
71 | end |
|
71 | end | |
|
72 | ||||
|
73 | def path_to_stylesheet(source) | |||
|
74 | stylesheet_path source | |||
|
75 | end | |||
72 | end |
|
76 | end |
General Comments 0
You need to be logged in to leave comments.
Login now