From b0e908f45134d8730954f4cc0d88ebf9b5c3eb4c Mon Sep 17 00:00:00 2001 From: Sem Date: Sat, 5 May 2012 01:24:55 +0200 Subject: Basic theme. --- start.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 start.php (limited to 'start.php') diff --git a/start.php b/start.php new file mode 100644 index 000000000..c14609b21 --- /dev/null +++ b/start.php @@ -0,0 +1,14 @@ + 'elgg_logo', + 'text' => elgg_get_site_entity()->name, + 'href' => elgg_get_site_url(), + 'priority' => 0, + )); + +} -- cgit v1.2.3