blob: 3f7bdf189a99a6d25864e39afe8d42486538f2b0 (
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>
|