From 86cc256a82f7018dff0d47e63a0c7c8889ffaf89 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 17 Apr 2014 17:09:53 +0000 Subject: [PATCH] Remove module skeleton * it was pretty useless in it's current form * I'm against a full-blown skeleton * We need good step-by-step tutorials --- .../application/controllers/IndexController.php | 11 ----------- .../application/views/scripts/index.phtml | 1 - etc/module_skeleton/config/menu.ini | 1 - etc/module_skeleton/public/test.html | 0 4 files changed, 13 deletions(-) delete mode 100644 etc/module_skeleton/application/controllers/IndexController.php delete mode 100644 etc/module_skeleton/application/views/scripts/index.phtml delete mode 100644 etc/module_skeleton/config/menu.ini delete mode 100644 etc/module_skeleton/public/test.html diff --git a/etc/module_skeleton/application/controllers/IndexController.php b/etc/module_skeleton/application/controllers/IndexController.php deleted file mode 100644 index 275a048e7..000000000 --- a/etc/module_skeleton/application/controllers/IndexController.php +++ /dev/null @@ -1,11 +0,0 @@ -