Hi aidanfindlater,
The code that allows the setup pages to access journal settings is in classes/manager/form/setup/JournalSetupForm.inc.php. If you want to access the displayCurrentIssue setting from another template, you should be able to use something like:
- Code: Select all
{$currentJournal->getSetting('displayCurrentIssue()}
FYI, upgrading modified code without losing the customizations is possible using the patch-based upgrade method. (Of course, this may mean some manual merging of changes, depending on where the customizations are and what has changed between versions of OJS.)
Regards,
Alec Smecher
Open Journal Systems Team