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, 17 insertions, 0 deletions
diff --git a/mod/externalpages/views/default/expages/footer_menu.php b/mod/externalpages/views/default/expages/footer_menu.php new file mode 100644 index 000000000..a2e1616d2 --- /dev/null +++ b/mod/externalpages/views/default/expages/footer_menu.php @@ -0,0 +1,17 @@ +<?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 |