From 1a08a1f4a273737afb508c781d5f39cef021a273 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 15 May 2008 13:35:37 +0000 Subject: Moving some stuff into the plugins repo, where it belongs. git-svn-id: https://code.elgg.org/elgg/trunk@646 36083f99-b078-4883-b0ff-0f9b5a30f544 --- admin/index.php | 26 ++++++++++++++++++++++++++ admin/plugins/index.php | 3 +++ admin/settings/index.php | 3 +++ admin/users/index.php | 3 +++ 4 files changed, 35 insertions(+) create mode 100644 admin/index.php create mode 100644 admin/plugins/index.php create mode 100644 admin/settings/index.php create mode 100644 admin/users/index.php (limited to 'admin') diff --git a/admin/index.php b/admin/index.php new file mode 100644 index 000000000..9011e7e8b --- /dev/null +++ b/admin/index.php @@ -0,0 +1,26 @@ +admin && !$_SESSION['user']->siteadmin) forward(); + + $menuoptions = get_register("admin"); + + // Display main admin menu + page_draw(elgg_echo("admin"),elgg_view("admin/main")); + +?> \ No newline at end of file diff --git a/admin/plugins/index.php b/admin/plugins/index.php new file mode 100644 index 000000000..0165eb215 --- /dev/null +++ b/admin/plugins/index.php @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/admin/settings/index.php b/admin/settings/index.php new file mode 100644 index 000000000..0165eb215 --- /dev/null +++ b/admin/settings/index.php @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/admin/users/index.php b/admin/users/index.php new file mode 100644 index 000000000..0165eb215 --- /dev/null +++ b/admin/users/index.php @@ -0,0 +1,3 @@ + \ No newline at end of file -- cgit v1.2.3