Increased size of article images in sidebar boxes
authorMarcel Werk <burntime@woltlab.com>
Thu, 27 Oct 2016 09:37:22 +0000 (11:37 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 27 Oct 2016 09:37:22 +0000 (11:37 +0200)
com.woltlab.wcf/templates/boxArticleList.tpl

index 7e494d2bf1b94ac8039067a79ad08ed61bf6a21f..23c6494a08f6570487f7dfbbc7b39e18848cb3d9 100644 (file)
@@ -2,8 +2,8 @@
        <ul class="sidebarItemList">
                {foreach from=$boxArticleList item=boxArticle}
                        <li>
-                               <a href="{$boxArticle->getLink()}" class="box48">
-                                       <span>{if $boxArticle->getImage()}{@$boxArticle->getImage()->getElementTag(48)}{/if}</span>
+                               <a href="{$boxArticle->getLink()}" class="box64">
+                                       <span>{if $boxArticle->getImage()}{@$boxArticle->getImage()->getElementTag(64)}{/if}</span>
                                        
                                        <div>
                                                <h3>{$boxArticle->getTitle()}</h3>