##// END OF EJS Templates
Added basic Theme support....
Added basic Theme support. Theme is set at application level (in Admin -> Settings). For now, themes can override stylesheets only (application.css). git-svn-id: http://redmine.rubyforge.org/svn/trunk@818 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r717:23264ec3eb8e
r807:824a67ab5a34
Show More
news_added.rhtml
6 lines | 190 B | text/html+ruby | RhtmlLexer
<%= @news.title %>
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'news', :action => 'show', :id => @news %>
<%= @news.author.name %>
<%= @news.description %>