Changeset 7507

Show
Ignore:
Timestamp:
03/20/09 09:55:36 (17 months ago)
Author:
josowski
Message:

This template wouldn't render correctly when called from the fetchBody action. This resolves that issue.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • head/ambra/webapp/src/main/webapp/journals/plosJournals/article/article_blurb.ftl

    r7499 r7507  
     1<#if !journalContext??> 
     2  <#--In the fetchBody action a more "bare bones" copy of the article is rendered and not all of the 
     3   templates are included.  We need some of these variables defined here.  This runs the variables 
     4   definition template if it's not defined. --> 
     5  <#include "article_variables.ftl"> 
     6</#if> 
    17<#list journalList as jour> 
    28  <#if jour.key != journalContext && articleInfo.eIssn == jour.eIssn>