diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml index 9b87f82f..35927c92 100644 --- a/app/views/layouts/base.rhtml +++ b/app/views/layouts/base.rhtml @@ -78,6 +78,11 @@
  • <%= render_menu_node(help_menu_item) %> <% unless User.current.logged? %> + <% if Setting.self_registration? %> +
  • + <%= link_to l(:label_register), { :controller => 'account', :action => 'register' } %> +
  • + <% end %>