• <%= link_to I18n.t(:home,:scope=>'home' ), home_index_path %>
  • <%= link_to I18n.t(:news,:scope=>'home' ),rubriken_path %>
  • <%= link_to I18n.t(:info,:scope=>'home' ),themengruppen_path %>
  • <%= link_to I18n.t('mitarbeiter',:scope=>'home' ),fetprofiles_path %>
  • <%= link_to I18n.t('fotos',:scope=>'home' ),galleries_path %>
  • <%= link_to I18n.t(:studien,:scope=>'home' ), studien_path %>
  • <%= link_to I18n.t("home.search"), search_home_index_path %>
  • <%= link_to 'Admin' , config_path%>
<%if I18n.locale == :en %> <%= link_to image_tag("/flaggen/png/at.png") + " Deutsch" ,switch_locale_url(:de)%> <% elsif I18n.locale == :de %> <%= link_to image_tag("/flaggen/png/gb.png") + " English" ,switch_locale_url(:en)%> <%end %>