aboutsummaryrefslogtreecommitdiff
path: root/mod/externalpages/views/default/expages/footer_menu.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/externalpages/views/default/expages/footer_menu.php')
-rw-r--r--mod/externalpages/views/default/expages/footer_menu.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/mod/externalpages/views/default/expages/footer_menu.php b/mod/externalpages/views/default/expages/footer_menu.php
deleted file mode 100644
index 225fd5a13..000000000
--- a/mod/externalpages/views/default/expages/footer_menu.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-/**
- * Elgg External pages footer menu
- *
- * @package ElggExpages
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd <info@elgg.com>
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
- *
- */
-?>
-
-<div id="footer_toolbar_links" class="clearfloat">|
-<a href="<?php echo $vars['url']; ?>pg/expages/read/About/"><?php echo elgg_echo('expages:about'); ?></a> |
-<a href="<?php echo $vars['url']; ?>pg/expages/read/Terms/"><?php echo elgg_echo('expages:terms'); ?></a> |
-<a href="<?php echo $vars['url']; ?>pg/expages/read/Privacy/"><?php echo elgg_echo('expages:privacy'); ?></a> |
-</div> \ No newline at end of file