diff options
| author | Daniel Sutcliffe <dansut@users.sourceforge.net> | 2010-02-03 20:39:16 +0000 |
|---|---|---|
| committer | Daniel Sutcliffe <dansut@users.sourceforge.net> | 2010-02-03 20:39:16 +0000 |
| commit | 8df4bebb98a5ce89585fd057398e45c8212c2486 (patch) | |
| tree | 44b046bc06d236256912b36a4625453eaf06a80c /templates | |
| parent | 3863844d32b3fb04b6499dffe5d49ed893056026 (diff) | |
| download | ckeditor-8df4bebb98a5ce89585fd057398e45c8212c2486.tar.gz ckeditor-8df4bebb98a5ce89585fd057398e45c8212c2486.tar.bz2 ckeditor-8df4bebb98a5ce89585fd057398e45c8212c2486.zip | |
Replace {strip} in ckeditor\'s header_inc.tpl, commented out to debug
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/header_inc.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl index 56e3bbf..6855c1a 100644 --- a/templates/header_inc.tpl +++ b/templates/header_inc.tpl @@ -1,5 +1,5 @@ -{* $Header: /cvsroot/bitweaver/_ckeditor/templates/header_inc.tpl,v 1.2 2010/02/02 17:54:17 dansut Exp $ *} -{*strip*} +{* $Header: /cvsroot/bitweaver/_ckeditor/templates/header_inc.tpl,v 1.3 2010/02/03 20:39:16 dansut Exp $ *} +{strip} {if $gBitUser->hasPermission( 'p_liberty_enter_html' ) && ( $gContent || $gComment ) && $gLibertySystem->mPlugins.bithtml && $gBitSystem->isPackageActive('ckeditor')} {if ( $post_comment_request || $post_comment_preview || $comments_ajax ) && $gComment} {assign var=contentObject value=$gComment} @@ -117,4 +117,4 @@ {/if} /*]]>*/</script> {/if} -{*/strip*} +{/strip} |
