From fe27bd1eb34efe95da6ffe8b6f6c137fe8a18306 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 22 Dec 2008 03:41:33 +0000 Subject: Change the way that we track modules. Each module now has a "module.info" file that has information about the module, including the core. We can display the installed version, and the version in the code. Also take a first shot at a modules admin page. --- core/views/admin_modules.html.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 core/views/admin_modules.html.php (limited to 'core/views/admin_modules.html.php') diff --git a/core/views/admin_modules.html.php b/core/views/admin_modules.html.php new file mode 100644 index 00000000..d0a0f613 --- /dev/null +++ b/core/views/admin_modules.html.php @@ -0,0 +1,19 @@ + +
+ + + + + + + + $module_info): ?> + + + + + + + +
+
-- cgit v1.2.3