diff options
| author | Christian Fowler <spider@viovio.com> | 2009-07-17 14:38:18 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-07-17 14:38:18 +0000 |
| commit | 78a796b6537964ef8f6c307b56a1965b73526428 (patch) | |
| tree | 12c55b0ff9baabd2d0a1d1a535a8cc8c2e4ee4c5 | |
| parent | 27a526af5229734a6e949a8b2f87844a6c6dfeb4 (diff) | |
| download | wiki-78a796b6537964ef8f6c307b56a1965b73526428.tar.gz wiki-78a796b6537964ef8f6c307b56a1965b73526428.tar.bz2 wiki-78a796b6537964ef8f6c307b56a1965b73526428.zip | |
move content_view_tpl service *before* page comments
| -rw-r--r-- | templates/show_page.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_page.tpl b/templates/show_page.tpl index f5c9a56..d7a5e91 100644 --- a/templates/show_page.tpl +++ b/templates/show_page.tpl @@ -49,8 +49,8 @@ {/if*} </div><!-- end .wiki --> +{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='view' serviceHash=$gContent->mInfo} + {if $comments_at_top_of_page ne 'y' and $print_page ne 'y' and $gBitSystem->isFeatureActive( 'wiki_comments' )} {include file="bitpackage:liberty/comments.tpl"} {/if} - -{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='view' serviceHash=$gContent->mInfo} |
