application_theme
Provides extensions the ability to alter the Radiant interface without changing the underlying layout. You can use this to append (or completely replace) stylesheets or javascripts used by the interface.
This means that you can re-style it across the entire application, rather than just in your extension’s controllers or by peppering your view files with include_stylesheet.
| Author | Jim Gay |
|---|---|
| Website | http://github.com/saturnflyer/radiant-application_theme-extension/ |
| Repository | git://github.com/saturnflyer/radiant-application_theme-extension.git |
| Supports | Radiant 0.8? |
| Record Created | September 7, 2008 (over 3 years ago) |
| Last Updated | February 5, 2010 (about 2 years ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install application_theme
