diff options
Diffstat (limited to 'mod/externalpages/views/default/expages/footer_menu.php')
-rw-r--r-- | mod/externalpages/views/default/expages/footer_menu.php | 17 |
1 files changed, 0 insertions, 17 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 a2e1616d2..000000000 --- a/mod/externalpages/views/default/expages/footer_menu.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php - - /** - * Elgg External pages footer menu - * - * @package ElggExpages - * - */ - - -?> - -<div class="footer_toolbar_links">| -<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 |