Hey,
I need to get the path of the journal inside article_summary.tpl without using $currentJournal. I can get the journal id with:
$article->getJournalId()
But how can i get the journal path? $currentJournal is not an option because sometimes the article_summary is called from Site level.
I’m using OJS 3.1.1-2
thanks