diff options
| author | Christian Fowler <spider@viovio.com> | 2005-10-12 15:14:13 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2005-10-12 15:14:13 +0000 |
| commit | ed7d353bf57cd20cbfed5dc63dc7addc1a760d19 (patch) | |
| tree | 45d4fd8f6ba8344af51643924bc079036d09d67d /templates/page_date_bar.tpl | |
| parent | 7988e659fccdaf3b9fbb4d64f001c60a77b0c6b6 (diff) | |
| download | wiki-ed7d353bf57cd20cbfed5dc63dc7addc1a760d19.tar.gz wiki-ed7d353bf57cd20cbfed5dc63dc7addc1a760d19.tar.bz2 wiki-ed7d353bf57cd20cbfed5dc63dc7addc1a760d19.zip | |
merge recent changes to HEAD
Diffstat (limited to 'templates/page_date_bar.tpl')
| -rw-r--r-- | templates/page_date_bar.tpl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/page_date_bar.tpl b/templates/page_date_bar.tpl index 2795f6c..dacdb63 100644 --- a/templates/page_date_bar.tpl +++ b/templates/page_date_bar.tpl @@ -1,3 +1,5 @@ -<div class="date"> - {tr}Created by {displayname user=$pageInfo.creator_user user_id=$pageInfo.creator_user_id real_name=$pageInfo.creator_real_name}, Last modification by {displayname user=$pageInfo.modifier_user user_id=$pageInfo.modifier_user_id real_name=$pageInfo.modifier_real_name} on {$pageInfo.last_modified|bit_short_datetime}{/tr} -</div> +{if !$gBitSystem->isFeatureActive( 'hide_wiki_date' )} + <div class="date"> + {tr}Created by {displayname user=$pageInfo.creator_user user_id=$pageInfo.creator_user_id real_name=$pageInfo.creator_real_name}, Last modification by {displayname user=$pageInfo.modifier_user user_id=$pageInfo.modifier_user_id real_name=$pageInfo.modifier_real_name} on {$pageInfo.last_modified|bit_short_datetime}{/tr} + </div> +{/if} |
