Changeset 7719
- Timestamp:
- 05/29/09 15:33:04 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
head/ambra/webapp/src/main/webapp/article/article_variables.ftl
r7698 r7719 19 19 --> 20 20 21 <#if Request[freemarker_config.journalContextAttributeKey]?exists> 22 <#assign journalContext = Request[freemarker_config.journalContextAttributeKey].journal> 23 <#else> 24 <#assign journalContext = ""> 25 </#if> 26 21 27 <#-- 22 28 The digg URL has to be different as digg appears to be picking up the redirect … … 33 39 <#assign jDocURL = "" /> 34 40 <#assign docTitle = "" /> 35 </#if>36 37 <#if Request[freemarker_config.journalContextAttributeKey]?exists>38 <#assign journalContext = Request[freemarker_config.journalContextAttributeKey].journal>39 <#else>40 <#assign journalContext = "">41 41 </#if> 42 42
