3 // Elgg administration panel
5 // Load library functions
8 global $CFG, $messages;
10 // Initialise the admin panel. If we get past this point, we're logged in.
17 elggadmin_navigation("profile");
19 elggadmin_begin_content();
21 echo "<p>" . ("Be patient! This functionality is coming soon.") . "</p>";
23 elggadmin_end_content();