Project

General

Profile

Defect #178 » themes_rb_1045.diff

Thomas Löber, 2008-02-03 10:53

View differences:

lib/redmine/themes.rb (Arbeitskopie)
69 69
    super((@current_theme && @current_theme.stylesheets.include?(source)) ?
70 70
      "/themes/#{@current_theme.dir}/stylesheets/#{source}" : source)
71 71
  end
72

  
73
  def path_to_stylesheet(source)
74
    stylesheet_path source
75
  end
72 76
end
    (1-1/1)