Skip to main content

application_title_link

application_title_link is a hook that allows you to change the link for the application title that typically leads back to the app's home page.

Please take note of the following:

  • Due to the fact that you can make this link go anywhere, this could potentially cause issues if you link to somewhere off-site.
  • If this is not set, but application_logo_link is, then this will default to application_logo_link rather than the application root path.

This is a Standard (3-Option) Hook, which can be set as normal.

Here's an example:

# config/initializers/pmacs-frontend.rb

PmacsFrontend.configure do |config|
  config.application_title_link = 'www.my.really/cool?link'
end