add Stylesheet- and CssAgent and add it to HTML-layout

This commit is contained in:
coderkun 2014-01-17 02:37:08 +01:00
commit 168ebde8c8
9 changed files with 218 additions and 1 deletions

View file

@ -56,7 +56,7 @@
* @var array
*/
public static $routes = array(
//array('<pattern>', '<replace>', '<is_last>')
array('css/?(.*)', 'css/$1?layout=stylesheet', false)
);