diff options
| author | modela bitweaver <bitweaver@modela> | 2014-09-05 13:50:20 -0400 |
|---|---|---|
| committer | modela bitweaver <bitweaver@modela> | 2014-09-05 13:50:20 -0400 |
| commit | 1c9b7cc94e1b46c5691f5b0e38172f232124eb09 (patch) | |
| tree | de33b778102ab04bbd0f2c2a485c84803c618ce0 /templates | |
| parent | fcab4a7123101e475331d2769053dc912708ef88 (diff) | |
| download | articles-1c9b7cc94e1b46c5691f5b0e38172f232124eb09.tar.gz articles-1c9b7cc94e1b46c5691f5b0e38172f232124eb09.tar.bz2 articles-1c9b7cc94e1b46c5691f5b0e38172f232124eb09.zip | |
fix thumbnail
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/article_display.tpl | 2 |
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> |
