Allow the user to set the `app_title`
Created by: nickjer
Currently if the user wants to change the App Title displayed in the layout he/she will need to hand modify it in multiple places. This simplifies the process by providing the developer with a new configuration option.
AwesimRails.configure do |config|
config.app_title = "StarCCM+"
end