# File app/helpers/conferences_helper.rb, line 14
  def conf_list_head_row
    table_head_row_tag <<
      ['',_('Conference'), _('Dates'), ''].map {|col| "<th>#{col}</th>"}.join <<
      end_table_row_tag
  end