This commit is contained in:
parent
8249e5dd30
commit
40556f2dd1
@ -129,7 +129,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</#if>
|
</#if>
|
||||||
</div>
|
</div>
|
||||||
|
<#if 0 != relevantArticlesDisplayCount>
|
||||||
|
<div id="relevantArticles"></div>
|
||||||
|
</#if>
|
||||||
|
<#if 0 != randomArticlesDisplayCount>
|
||||||
|
<div id="randomArticles"></div>
|
||||||
|
</#if>
|
||||||
|
<#if externalRelevantArticlesDisplayCount?? && 0 != externalRelevantArticlesDisplayCount>
|
||||||
<div id="externalRelevantArticles"></div>
|
<div id="externalRelevantArticles"></div>
|
||||||
|
</#if>
|
||||||
<@comments commentList=articleComments article=article></@comments>
|
<@comments commentList=articleComments article=article></@comments>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -140,6 +148,12 @@
|
|||||||
<#if 0 != externalRelevantArticlesDisplayCount>
|
<#if 0 != externalRelevantArticlesDisplayCount>
|
||||||
page.loadExternalRelevantArticles("<#list article.articleTags?split(",") as articleTag>${articleTag}<#if articleTag_has_next>,</#if></#list>");
|
page.loadExternalRelevantArticles("<#list article.articleTags?split(",") as articleTag>${articleTag}<#if articleTag_has_next>,</#if></#list>");
|
||||||
</#if>
|
</#if>
|
||||||
|
<#if 0 != randomArticlesDisplayCount>
|
||||||
|
page.loadRandomArticles();
|
||||||
|
</#if>
|
||||||
|
<#if 0 != relevantArticlesDisplayCount>
|
||||||
|
page.loadRelevantArticles('${article.oId}', '<h4>${relevantArticles1Label}</h4>');
|
||||||
|
</#if>
|
||||||
</@comment_script>
|
</@comment_script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user