From 74768e4cea35051b346eb8009e016f71cd02d0bf Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 13 Mar 2009 22:15:16 +0000 Subject: The first incarnation of the developer tools. This allows the user to enter a module name, a description and pick the call backs and or events they want to support and generate the basic module skeleton with one click. @todo: clone a module, clone a theme, generate skeleton controller, view, --- modules/developer/helpers/developer_theme.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 modules/developer/helpers/developer_theme.php (limited to 'modules/developer/helpers/developer_theme.php') diff --git a/modules/developer/helpers/developer_theme.php b/modules/developer/helpers/developer_theme.php new file mode 100644 index 00000000..168b1e4c --- /dev/null +++ b/modules/developer/helpers/developer_theme.php @@ -0,0 +1,25 @@ +"; + } +} \ No newline at end of file -- cgit v1.2.3