From 84592e2c62c68914b58ad8a6bdaef9341bed39e2 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 21 Jul 2019 15:53:55 +0200 Subject: [PATCH] Unify order of header navigation icons See #2989 --- com.woltlab.wcf/templates/categoryArticleList.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/com.woltlab.wcf/templates/categoryArticleList.tpl b/com.woltlab.wcf/templates/categoryArticleList.tpl index 7ff59dd426..8cd1dbf065 100644 --- a/com.woltlab.wcf/templates/categoryArticleList.tpl +++ b/com.woltlab.wcf/templates/categoryArticleList.tpl @@ -20,12 +20,12 @@ {capture assign='headerNavigation'}
  • - {if ARTICLE_ENABLE_VISIT_TRACKING} -
  • - {/if} {if $__wcf->user->userID}
  • {/if} + {if ARTICLE_ENABLE_VISIT_TRACKING} +
  • + {/if} {/capture} {if $__wcf->getSession()->getPermission('admin.content.article.canManageArticle')} -- 2.20.1