From 0d90f1bac3880a03b4b5905c6b4e3817c7e2cd6d Mon Sep 17 00:00:00 2001 From: carlos barberis Date: Thu, 26 Jul 2012 09:33:39 +1200 Subject: [PATCH] MINOR: add routes yml for director rules --- _config.php | 4 ---- _config/routes.yml | 7 +++++++ 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 _config/routes.yml diff --git a/_config.php b/_config.php index 07a6109..ccab746 100644 --- a/_config.php +++ b/_config.php @@ -1,9 +1,5 @@ 'MetaWeblogController' -)); - if(class_exists('WidgetArea')) DataExtension::add_to_class('BlogTree','BlogTreeExtension'); ?> diff --git a/_config/routes.yml b/_config/routes.yml new file mode 100644 index 0000000..24f34de --- /dev/null +++ b/_config/routes.yml @@ -0,0 +1,7 @@ +--- +Name: metaweblogroutes +After: '*' +--- +Director: + rules: + 'metaweblog': 'MetaWeblogController' \ No newline at end of file