diff options
Diffstat (limited to 'views/default/tidypics/hover_menu.php')
-rw-r--r-- | views/default/tidypics/hover_menu.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/views/default/tidypics/hover_menu.php b/views/default/tidypics/hover_menu.php deleted file mode 100644 index 240891f51..000000000 --- a/views/default/tidypics/hover_menu.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php - - /** - * Elgg hoverover extender for tidypics - * - */ - -?> - - <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 |