summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormodela bitweaver <bitweaver@modela>2014-09-05 13:50:20 -0400
committermodela bitweaver <bitweaver@modela>2014-09-05 13:50:20 -0400
commit1c9b7cc94e1b46c5691f5b0e38172f232124eb09 (patch)
treede33b778102ab04bbd0f2c2a485c84803c618ce0
parentfcab4a7123101e475331d2769053dc912708ef88 (diff)
downloadarticles-1c9b7cc94e1b46c5691f5b0e38172f232124eb09.tar.gz
articles-1c9b7cc94e1b46c5691f5b0e38172f232124eb09.tar.bz2
articles-1c9b7cc94e1b46c5691f5b0e38172f232124eb09.zip
fix thumbnail
-rw-r--r--templates/article_display.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/article_display.tpl b/templates/article_display.tpl
index 5a70335..ea05f21 100644
--- a/templates/article_display.tpl
+++ b/templates/article_display.tpl
@@ -46,7 +46,7 @@
{if $article.primary_attachment}
{include file=$gLibertySystem->getMimeTemplate('inline',$article.primary_attachment.attachment_plugin_guid) attachment=$article.primary_attachment thumbsize=$size}
{else}
- <img class="icon" alt="{$article.topic_name|default:$article.title|escape}" title="{$article.topic_name|default:$article.title|escape}" src="{$article.thumbnail_url.$size}"/>
+ <img class="icon" alt="{$article.topic_name|default:$article.title|escape}" title="{$article.topic_name|default:$article.title|escape}" src="{$article.thumbnail_url}"/>
{/if}
{if $showDescriptionsOnly and $article.has_more}</a>{/if}
</div>