# File app/controllers/application.rb, line 136
  def head_and_foot_text
    @title = SysConf.value_for('title_text')
    @footer = SysConf.value_for('footer_text')
  end