> <% if logged_in? %>
" alt="<%= current_user.name %> Icon-Photo" title="" height="20" border="0"/> <%= _("%s's Menu") % current_user.first_name %>
<% else %> <%= lightbox_link_to ''+ _('Login'), { :controller => 'account', :action => 'login_popup' }, :id => 'link_login', :help => _('Click here to enter your username and password and be recognized by the system.') %> <% end %>