diff options
Diffstat (limited to 'views/default/tidypics/hover_menu.php')
-rw-r--r-- | views/default/tidypics/hover_menu.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/views/default/tidypics/hover_menu.php b/views/default/tidypics/hover_menu.php new file mode 100644 index 000000000..4368993dd --- /dev/null +++ b/views/default/tidypics/hover_menu.php @@ -0,0 +1,16 @@ +<?php
+
+ /**
+ * Elgg hoverover extender for tidypics
+ *
+ * @package ElggFile
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @copyright Curverider Ltd 2008
+ * @link http://elgg.com/
+ */
+
+?>
+
+ <p class="user_menu_file <?php if(get_context() == 'photos') echo 'profile_select';?>">
+ <a href="<?php echo $vars['url']; ?>pg/photos/owned/<?php echo $vars['entity']->username; ?>"><?php echo elgg_echo("albums"); ?></a>
+ </p>
\ No newline at end of file |