From b5f2dbc2c4fa974f486bc92c75054940424ed323 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 6 Nov 2009 14:08:46 -0800 Subject: Create a user_menu for the top of the page. Change the login, edit profile and logout portions of the banner to be rendered by the Theme_View::user_menu callback. This fires the user_menu event. Fixes Ticket #871. --- modules/gallery/views/login_current_user.html.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/gallery/views/login_current_user.html.php (limited to 'modules/gallery/views/login_current_user.html.php') diff --git a/modules/gallery/views/login_current_user.html.php b/modules/gallery/views/login_current_user.html.php new file mode 100644 index 00000000..e3b3688f --- /dev/null +++ b/modules/gallery/views/login_current_user.html.php @@ -0,0 +1,11 @@ + +
  • + label->for_html() ?> + + html::mark_clean( + "{$name}"))) ?> + + $name)) ?> + +
  • -- cgit v1.2.3