From fa9dda4c01a1ebb1af34e51fb36c2b3f27eb8d6e Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 3 Nov 2008 05:55:34 +0000 Subject: Create an initial attempt at the album controller, set it up with a default route and add a link to it from the welcome page. --- core/config/config.php | 2 ++ core/config/routes.php | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 core/config/routes.php (limited to 'core/config') diff --git a/core/config/config.php b/core/config/config.php index afa84a82..5ab35a0e 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -122,4 +122,6 @@ $config['modules'] = array MODPATH . 'unit_test', MODPATH . 'mptt', MODPATH . 'forge', + + THEMEPATH . 'default', ); diff --git a/core/config/routes.php b/core/config/routes.php new file mode 100644 index 00000000..5314d913 --- /dev/null +++ b/core/config/routes.php @@ -0,0 +1,22 @@ +