try{with(Journal.StandaloneOptions) { /************************************************************************ These options will change how your published journal will appear. The first and last lines in this file must remain unmodified in order for the the journal to function correctly when viewed. *************************************************************************/ /** If YES, the download button will be shown in the slideshow view. Your server must provide header "Content-Disposition: Attachment" on mov, mp4, and jpg files. If hosted on an Apache server, simply rename the supplied "htaccess" file in this bundle to ".htaccess" on the server to accomplish this. */ Enable_Download_Button = NO /** Choose YES for Enable_Back_Button to allow a back button in the top bar of the journal. The button will direct a visitor's browser to the specified address, and the back button will carry the specified title instead of the usual "Back to Journals." */ Enable_Back_Button = NO Back_Button_Destination = "../path/to/destination.html" Back_Button_Title = "Back" }Journal.didReceiveStandaloneOptions();}catch(e){Core.warn("Error processing options: "+e);}