mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-03-31 05:05 am

[dw-free] Add profile link back to Read menu

[commit: http://hg.dwscoalition.org/dw-free/rev/d0e44df5951e]

http://bugs.dwscoalition.org/show_bug.cgi?id=572

Add profile link back to menu.

Patch by [staff profile] denise.

Files modified:
  • cgi-bin/DW/Logic/MenuNav.pm
--------------------------------------------------------------------------------
diff -r 6632f2e95210 -r d0e44df5951e cgi-bin/DW/Logic/MenuNav.pm
--- a/cgi-bin/DW/Logic/MenuNav.pm	Tue Mar 31 04:56:33 2009 +0000
+++ b/cgi-bin/DW/Logic/MenuNav.pm	Tue Mar 31 05:05:24 2009 +0000
@@ -142,6 +142,11 @@ sub get_menu_navigation {
                     display => $loggedin,
                 },
                 {
+                    url => $u ? $u->profile_url : "",
+                    text => "menunav.read.profile",
+                    display => $loggedin,
+                },
+                {
                     url => "$LJ::SITEROOT/syn/",
                     text => "menunav.read.syndicatedfeeds",
                     display => $loggedin,
--------------------------------------------------------------------------------