lib/vhost/application_helper_extensions.rb in radiant-vhost-extension-2.2.0 vs lib/vhost/application_helper_extensions.rb in radiant-vhost-extension-2.3.0
- old
+ new
@@ -8,8 +8,8 @@
current_user and current_user.site_admin?
end
end
def subtitle_with_site_hostname
- current_site.hostname
+ current_site.title
end
end