aboutsummaryrefslogtreecommitdiff
path: root/views/default/spotlight/default.php
blob: d228400a4d7ae8545fa2ace65f299d70cab5b51e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?php

	/**
	 * 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>			
		<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>