Get Journal Path by Journal ID inside article_summary.tpl file

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 :sweat_smile: