diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-20 11:22:24 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-20 11:22:24 +0000 |
commit | 14665c4c6db1f08a1c43bd729b9d0bb7e00eb4e0 (patch) | |
tree | 589feca373069816a13501340fd290797111ecc9 /views/default/spotlight | |
parent | 56cdef767f19deeb558bfb2042f31f451469afba (diff) | |
download | elgg-14665c4c6db1f08a1c43bd729b9d0bb7e00eb4e0.tar.gz elgg-14665c4c6db1f08a1c43bd729b9d0bb7e00eb4e0.tar.bz2 |
Went in to decapitalise "intranet", ended up making the text hopefully more immediate.
git-svn-id: https://code.elgg.org/elgg/trunk@2847 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/spotlight')
-rw-r--r-- | views/default/spotlight/default.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/views/default/spotlight/default.php b/views/default/spotlight/default.php index d5b32f300..e3766987a 100644 --- a/views/default/spotlight/default.php +++ b/views/default/spotlight/default.php @@ -27,7 +27,13 @@ <!-- spotlight LHS content -->
<div id="spotlight_table_left_area">
<h2>Welcome to Elgg</h2>
- <p>Elgg is a social networking engine. It provides the necessary functionality to allow you to run your own social networking site, whether publicly (like Facebook) or internally on an Intranet.</p>
+ <p>
+ Elgg allows you to run your own social networking site, whether publicly (like
+ Facebook) or privately within your company or organization.
+ <a href="http://elgg.com/">Support and commercial services</a> are available,
+ or you can find new tools for your Elgg site at the
+ <a href="http://community.elgg.org/">Elgg community</a>.
+ </p>
</div><!-- /spotlight LHS content -->
<div class="clearfloat"></div>
</div>
\ No newline at end of file |