aboutsummaryrefslogtreecommitdiff
path: root/views/default/admin/site.php
blob: 0893e497030797916b42b54656b32ba4638f6e8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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 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.