{:img=>'/images/face-monkey.png',:name=>'Hall of fame',:title=>'B.A. Hall of famers -- The oneest of the ones!',:href=>'/hall_of_fame'},
{:img=>'/images/vote.png',:name=>'Vote',:title=>'Vote on new photos',:href=>url(:new_vote)},
{:img=>'/images/image-x-generic.png',:name=>'Photos',:title=>'Browse the oneness!',:href=>url(:photos)}
]
iflogged_in?
@menu_items<<{:img=>'/images/utilities-system-monitor.png',:name=>'Stats',:title=>'Check your voting record against popular opinion',:href=>url(:vote,:id=>current_user.user_name)}
@menu_items<<{:img=>'/images/emblem-favorite.png',:name=>'Favorites',:title=>'Check your favorites',:href=>url(:favorite,:id=>current_user.user_name)}
@menu_items<<{:img=>'/images/system-lock-screen.png',:name=>'Settings',:title=>'Change your password',:href=>url(:edit_user,:id=>current_user.user_name)}
else
@menu_items<<{:img=>'/images/system-users.png',:name=>'Sign up',:title=>'Sign up for an account',:href=>url(:new_user)}
@menu_items<<{:img=>'/images/system-lock-screen.png',:name=>'Log in',:title=>'Log in with your account',:href=>url(:new_session)}