aboutsummaryrefslogtreecommitdiff
path: root/views/default/spotlight
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-10-16 20:54:48 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-10-16 20:54:48 +0000
commita1abec1d617c9330d9c06bda2f462d213f013f53 (patch)
tree7e2d2d3007f4b2155a056fb43d3c428b65a96f34 /views/default/spotlight
parent70b08afa64465f4d3457ba6e1c4cc2df1dd2069b (diff)
downloadelgg-a1abec1d617c9330d9c06bda2f462d213f013f53.tar.gz
elgg-a1abec1d617c9330d9c06bda2f462d213f013f53.tar.bz2
Finish up standardizing views/default/*
git-svn-id: http://code.elgg.org/elgg/trunk@3557 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/spotlight')
-rw-r--r--views/default/spotlight/default.php31
1 files changed, 14 insertions, 17 deletions
diff --git a/views/default/spotlight/default.php b/views/default/spotlight/default.php
index 6870453a4..38dd73c8d 100644
--- a/views/default/spotlight/default.php
+++ b/views/default/spotlight/default.php
@@ -1,23 +1,20 @@
<?php
-
- /**
- * Elgg default spotlight
- * The spotlight area that displays across the site
- *
- * @package Elgg
- * @subpackage Core
-
- * @author Curverider Ltd
-
- * @link http://elgg.org/
- *
- */
+/**
+ * Elgg default spotlight
+ * The spotlight area that displays across the site
+ *
+ * @package Elgg
+ * @subpackage Core
+ * @author Curverider Ltd
+ * @link http://elgg.org/
+ *
+ */
?>
<div id="spotlight_table">
<!-- spotlight RHS content -->
<div class="spotlightRHS">
- <h2>Information</h2>
+ <h2>Information</h2>
<ul>
<li><a href="http://docs.elgg.org/wiki/Views/SystemViews">Populating this spotlight area</a></li>
<li><a href="http://community.elgg.org">Elgg open source community</a></li>
@@ -28,12 +25,12 @@
<div class="spotlightLHS">
<h2>Welcome to Elgg</h2>
<p>
- Elgg allows you to run your own social networking site, whether publicly (like
+ 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>
+ <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