summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-08-05 16:06:58 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-08-05 16:06:58 +0000
commit4922bf08cd923f9f0521fba3fceef0314c018428 (patch)
treea425b415f991c37079c48275b643a7e73c093819
parentd6a376bcebfa29d1bd196ac7718f5b932c3aecaf (diff)
downloadliberty-4922bf08cd923f9f0521fba3fceef0314c018428.tar.gz
liberty-4922bf08cd923f9f0521fba3fceef0314c018428.tar.bz2
liberty-4922bf08cd923f9f0521fba3fceef0314c018428.zip
make help_page optional
-rw-r--r--templates/edit_help_inc.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/edit_help_inc.tpl b/templates/edit_help_inc.tpl
index 0325a95..af33ed6 100644
--- a/templates/edit_help_inc.tpl
+++ b/templates/edit_help_inc.tpl
@@ -1,11 +1,11 @@
-{* $Header: /cvsroot/bitweaver/_bit_liberty/templates/edit_help_inc.tpl,v 1.17 2006/06/21 10:44:45 bitweaver Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_liberty/templates/edit_help_inc.tpl,v 1.18 2006/08/05 16:06:58 squareing Exp $ *}
{strip}
{if $gBitSystem->isFeatureActive( 'site_edit_help' )}
<h2>{tr}Syntax Help{/tr}</h2>
{foreach from=$formatplugins item=p}
<h3>{$p.title}</h3>
- {$p.description} {tr}To view syntax help, please visit {jspopup href="http://www.bitweaver.org/wiki/index.php?page=`$p.help_page`" title=$p.help_page class=external}.{/tr}
+ {$p.description} {if $p.help_page}{tr}To view syntax help, please visit {jspopup href="http://www.bitweaver.org/wiki/index.php?page=`$p.help_page`" title=$p.help_page class=external}.{/tr}{/if}
{/foreach}
<p>{tr}For more information, please visit {jspopup href="http://www.bitweaver.org/" title="www.bitweaver.org" class=external}{/tr}</p>