Commit 3def26ed15bc7e4aa04e70c10453884f7e9b0bcb

Authored by Antonio Terceiro
1 parent ddd4d071

ActionItem1049: adding setting for search form in home page

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/models/environment.rb
... ... @@ -49,6 +49,7 @@ class Environment < ActiveRecord::Base
49 49 'display_wizard_signup' => _('Display wizard signup'),
50 50 'use_portal_community' => _('Use the portal as news source for front page'),
51 51 'user_themes' => N_('Allow users to create their own themes'),
  52 + 'search_in_home' => N_("Display search form in home page"),
52 53 }
53 54 end
54 55  
... ...