diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-08-31 19:05:21 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-08-31 19:05:21 +0000 |
commit | c5cc2821311012a8a4385a304a043c4b41f2afbb (patch) | |
tree | 3703351e4b5d56905eb52547d6129ffa14cb2a32 /views/default/spotlight | |
parent | 775a5f08c501acc565c69659022bc31052677485 (diff) | |
download | elgg-c5cc2821311012a8a4385a304a043c4b41f2afbb.tar.gz elgg-c5cc2821311012a8a4385a304a043c4b41f2afbb.tar.bz2 |
All line endings are now Unix-style.
git-svn-id: https://code.elgg.org/elgg/trunk@3451 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/spotlight')
-rw-r--r-- | views/default/spotlight/default.php | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/views/default/spotlight/default.php b/views/default/spotlight/default.php index d228400a4..6870453a4 100644 --- a/views/default/spotlight/default.php +++ b/views/default/spotlight/default.php @@ -1,39 +1,39 @@ -<?php
-
- /**
- * Elgg default spotlight
- * The spotlight area that displays across the site
- *
- * @package Elgg
- * @subpackage Core
+<?php - * @author Curverider Ltd
+ /** + * Elgg default spotlight + * The spotlight area that displays across the site + * + * @package Elgg + * @subpackage Core - * @link http://elgg.org/
- *
- */
-?>
-
-<div id="spotlight_table">
- <!-- spotlight RHS content -->
- <div class="spotlightRHS">
- <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>
- <li><a href="http://elgg.com">Elgg commercial services</a></li>
- </ul>
- </div>
- <!-- spotlight LHS content -->
- <div class="spotlightLHS">
- <h2>Welcome to Elgg</h2>
- <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>
+ * @author Curverider Ltd + + * @link http://elgg.org/ + * + */ +?> + +<div id="spotlight_table"> + <!-- spotlight RHS content --> + <div class="spotlightRHS"> + <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> + <li><a href="http://elgg.com">Elgg commercial services</a></li> + </ul> + </div> + <!-- spotlight LHS content --> + <div class="spotlightLHS"> + <h2>Welcome to Elgg</h2> + <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 |