diff options
Diffstat (limited to 'views/default/admin/site.php')
| -rw-r--r-- | views/default/admin/site.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/views/default/admin/site.php b/views/default/admin/site.php deleted file mode 100644 index 67cfca5a1..000000000 --- a/views/default/admin/site.php +++ /dev/null @@ -1,18 +0,0 @@ -<?php -/** - * Elgg administration site main screen - * - * @package Elgg - * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ - */ - -global $CONFIG; - -// Description of what's going on -echo "<div class=\"contentWrapper\">" . elgg_view('output/longtext', array('value' => elgg_echo("admin:site:description"))) . " "; - -echo elgg_view("settings/system",array("action" => $CONFIG->wwwroot."action/admin/site/update_basic")); // Always want to do this first. - -echo "</div>";
\ No newline at end of file |
