summaryrefslogtreecommitdiff
path: root/templates/article_display.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-01-17 11:12:24 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-01-17 11:12:24 +0000
commit18fd79c2083c495f6369b8f68319004a0ea4f4e8 (patch)
tree75f47e49d339fe92a02cdd0dbb913c1d63157aa9 /templates/article_display.tpl
parentc5ae19a15a1825073245fc2e2233168d3833f80b (diff)
downloadarticles-18fd79c2083c495f6369b8f68319004a0ea4f4e8.tar.gz
articles-18fd79c2083c495f6369b8f68319004a0ea4f4e8.tar.bz2
articles-18fd79c2083c495f6369b8f68319004a0ea4f4e8.zip
move inline service display to the top of the article to make it more consisten with the rest of bitweaver. not entirely sure if this is the best place - need feedback on this
Diffstat (limited to 'templates/article_display.tpl')
-rw-r--r--templates/article_display.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/article_display.tpl b/templates/article_display.tpl
index 3818643..c2b3693 100644
--- a/templates/article_display.tpl
+++ b/templates/article_display.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_articles/templates/article_display.tpl,v 1.33 2006/11/23 15:18:18 squareing Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_articles/templates/article_display.tpl,v 1.34 2007/01/17 11:12:24 squareing Exp $ *}
{strip}
{if !$showDescriptionsOnly}
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='nav' serviceHash=$article}
@@ -37,6 +37,7 @@
<div class="body"{if $gBitUser->getPreference( 'users_double_click' ) and $gBitUser->hasPermission( 'p_articles_edit' )} ondblclick="location.href='{$smarty.const.ARTICLES_PKG_URL}edit.php?article_id={$article.article_id}';"{/if}>
<div class="content">
+ {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$article}
{if $article.show_image eq 'y' && $article.image_url}
<div class="image">
{if $showDescriptionsOnly and $article.has_more}<a href="{$article.display_url}">{/if}
@@ -57,7 +58,6 @@
</span>
{/if}
- {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$article}
{if $showDescriptionsOnly}
{$article.parsed_description}
{else}