Changeset 7507
- Timestamp:
- 03/20/09 09:55:36 (17 months ago)
- 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> 1 7 <#list journalList as jour> 2 8 <#if jour.key != journalContext && articleInfo.eIssn == jour.eIssn>
