From fcbfde4da4a2928e960dc4851a6d44d4353a14c7 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Wed, 27 May 2009 01:15:50 +0000 Subject: added action framework for new settings page --- start.php | 1 + 1 file changed, 1 insertion(+) (limited to 'start.php') diff --git a/start.php b/start.php index ea5c67e2d..3515ee667 100644 --- a/start.php +++ b/start.php @@ -352,6 +352,7 @@ register_elgg_event_handler('pagesetup','system','tidypics_adminmenu'); // Register actions + register_action("tidypics/settings", false, $CONFIG->pluginspath . "tidypics/actions/settings.php"); register_action("tidypics/upload", false, $CONFIG->pluginspath . "tidypics/actions/upload.php"); register_action("tidypics/addalbum", false, $CONFIG->pluginspath. "tidypics/actions/addalbum.php"); register_action("tidypics/edit", false, $CONFIG->pluginspath. "tidypics/actions/edit.php"); -- cgit v1.2.3