diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-12 01:09:26 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-12 01:09:26 +0000 |
commit | 7373a543cdab3a54d58b948e911598d30db11ffb (patch) | |
tree | 35a4541d3b539bbe6e325873f6dd35367edafc00 /views/default/spotlight/default.php | |
parent | 3e697c6ef822a080a2bbfb59f54a8b5fe2608cdb (diff) | |
download | elgg-7373a543cdab3a54d58b948e911598d30db11ffb.tar.gz elgg-7373a543cdab3a54d58b948e911598d30db11ffb.tar.bz2 |
Bye bye spotlight
git-svn-id: http://code.elgg.org/elgg/trunk@8129 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/spotlight/default.php')
-rw-r--r-- | views/default/spotlight/default.php | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/views/default/spotlight/default.php b/views/default/spotlight/default.php deleted file mode 100644 index 6c872985d..000000000 --- a/views/default/spotlight/default.php +++ /dev/null @@ -1,33 +0,0 @@ -<?php -/** - * Elgg default spotlight - * The spotlight area that displays across the site - * - * @package Elgg - * @subpackage Core - * - */ -?> - -<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>
\ No newline at end of file |