diff options
| author | Lester Caine <lester@lsces.co.uk> | 2007-06-23 05:22:18 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2007-06-23 05:22:18 +0000 |
| commit | e49dab77c54208e6128275fbad29c369547b9fe0 (patch) | |
| tree | 4cba8d3a462b184634ab138a244e617559475826 /templates | |
| parent | ac66686f8271cc2ccc418a839db785603aad1001 (diff) | |
| download | articles-e49dab77c54208e6128275fbad29c369547b9fe0.tar.gz articles-e49dab77c54208e6128275fbad29c369547b9fe0.tar.bz2 articles-e49dab77c54208e6128275fbad29c369547b9fe0.zip | |
pagination template should not be called directly
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/list_articles.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/list_articles.tpl b/templates/list_articles.tpl index 1a07fce..75ccd67 100644 --- a/templates/list_articles.tpl +++ b/templates/list_articles.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_articles/templates/list_articles.tpl,v 1.19 2006/09/03 20:04:53 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_articles/templates/list_articles.tpl,v 1.20 2007/06/23 05:22:18 lsces Exp $ *} <div class="floaticon">{bithelp}</div> {strip} @@ -135,7 +135,7 @@ </table> {/form} - {include file="bitpackage:kernel/pagination.tpl"} + {pagination} </div><!-- end .body --> </div><!-- end .article --> {/strip} |
