aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-05-15 21:49:17 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-05-15 21:49:17 +0000
commitd2c3163c88a9fe243b5b0d4f45cc9d4ec8451ec0 (patch)
treecf771760181ed170efaf6fbf125b8a6b0a2413ed
parent0eb10007cf8d26c07e4e1759d1f698092f6dcd6e (diff)
downloadelgg-d2c3163c88a9fe243b5b0d4f45cc9d4ec8451ec0.tar.gz
elgg-d2c3163c88a9fe243b5b0d4f45cc9d4ec8451ec0.tar.bz2
helpful links in installer open up in new page now
git-svn-id: http://code.elgg.org/elgg/trunk@9090 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--views/installation/page/elements/footer.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/installation/page/elements/footer.php b/views/installation/page/elements/footer.php
index 3f7bdf189..d6a755fba 100644
--- a/views/installation/page/elements/footer.php
+++ b/views/installation/page/elements/footer.php
@@ -4,7 +4,7 @@
*/
?>
<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>
+ <li><a href="http://docs.elgg.org/wiki/Installation" target="_blank">Install instructions</a></li>
+ <li><a href="http://docs.elgg.org/wiki/Install_Troubleshooting" target="_blank">Install troubleshooting</a></li>
+ <li><a href="http://community.elgg.org/pg/groups/world" target="_blank">Elgg community forums</a></li>
</ul> \ No newline at end of file