diff options
| author | lsces <lester@lsces.co.uk> | 2014-05-31 21:33:55 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-05-31 21:33:55 +0100 |
| commit | 8e8d273e596fdacb52f2466c2b78cb856e1d6bd4 (patch) | |
| tree | bdfc3d795c5b56db21e1e1a4e08ad037932d175d /templates/center_list_articles.tpl | |
| parent | 255b869552baf4a221c5739b03e2783b90a278e3 (diff) | |
| download | articles-8e8d273e596fdacb52f2466c2b78cb856e1d6bd4.tar.gz articles-8e8d273e596fdacb52f2466c2b78cb856e1d6bd4.tar.bz2 articles-8e8d273e596fdacb52f2466c2b78cb856e1d6bd4.zip | |
Modify templates for ink frameworkINK_Port
Diffstat (limited to 'templates/center_list_articles.tpl')
| -rw-r--r-- | templates/center_list_articles.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/center_list_articles.tpl b/templates/center_list_articles.tpl index 897df09..1531e1b 100644 --- a/templates/center_list_articles.tpl +++ b/templates/center_list_articles.tpl @@ -28,9 +28,7 @@ {/if} {foreach from=$articles item=article} - <div class="clear"> - {include file="bitpackage:articles/article_display.tpl"} - </div> + {include file="bitpackage:articles/article_display.tpl"} {foreachelse} <p class="norecords"> {tr}No records found{/tr}<br /> |
