diff --git a/com.woltlab.wcf/templates/article.tpl b/com.woltlab.wcf/templates/article.tpl index f1a5684760..024dfb2937 100644 --- a/com.woltlab.wcf/templates/article.tpl +++ b/com.woltlab.wcf/templates/article.tpl @@ -210,40 +210,44 @@ {if $previousArticle || $nextArticle}
{if $previousArticle} -
+
{icon size=48 name='chevron-left'}
{if $previousArticle->getTeaserImage()} -
{unsafe:$previousArticle->getTeaserImage()->getElementTag(96)}
+ {/if} -
-
{lang}wcf.article.previousArticle{/lang}
-
+

+ {lang}wcf.article.previousArticle{/lang} + -

-
-
+ + + {/if} {if $nextArticle} -
+
{icon size=48 name='chevron-right'}
{if $nextArticle->getTeaserImage()} -
{unsafe:$nextArticle->getTeaserImage()->getElementTag(96)}
+ {/if} -
-
{lang}wcf.article.nextArticle{/lang}
-
+

+ {lang}wcf.article.nextArticle{/lang} + -

-
-
+ + + {/if}
{/if}