module ScopedHelper

def title

def title
  t = current_site.name
  t = TrustyCms::Config['admin.title'] || 'TrustyCMS' if t.blank?
  t
end