diff --git a/9IPHP/article.ftl b/9IPHP/article.ftl index 38fc0b4..9f5de6a 100644 --- a/9IPHP/article.ftl +++ b/9IPHP/article.ftl @@ -99,8 +99,10 @@ -
<@comments commentList=articleComments article=article> +
+
+
<#include "side.ftl"> @@ -109,10 +111,16 @@ <#include "footer.ftl"> <@comment_script oId=article.oId> page.tips.externalRelevantArticlesDisplayCount = "${externalRelevantArticlesDisplayCount}"; + <#if 0 != randomArticlesDisplayCount> + page.loadRandomArticles(); + <#if 0 != externalRelevantArticlesDisplayCount> page.loadExternalRelevantArticles("<#list article.articleTags?split(",") as articleTag>${articleTag}<#if articleTag_has_next>," , "

${externalRelevantArticlesLabel}

"); + <#if 0 != relevantArticlesDisplayCount> + page.loadRelevantArticles('${article.oId}', '

${relevantArticlesLabel}

'); +