blob: 69cd27f660c6444fd76d232fbaec5fa173ee8df2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
/**
* Install footer - offers help links
*/
?>
<ul>
<li><a href="http://docs.elgg.org/wiki/Installation">Install instructions</a></li>
<li><a href="http://docs.elgg.org/wiki/Install_Troubleshooting">Install troubleshooting</a></li>
<li><a href="http://community.elgg.org/pg/groups/world/">Elgg community forums</a></li>
</ul>
|