From 83f42fce89253e783f04ade94c842e9836ca122d Mon Sep 17 00:00:00 2001 From: lsces Date: Sat, 7 Jun 2014 07:58:40 +0100 Subject: First pass adding ckeditor configuration in footer scripts --- templates/footer_inc.tpl | 66 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 templates/footer_inc.tpl diff --git a/templates/footer_inc.tpl b/templates/footer_inc.tpl new file mode 100644 index 0000000..0386bed --- /dev/null +++ b/templates/footer_inc.tpl @@ -0,0 +1,66 @@ +{strip} +{if $wysiwygEdit = 'true'} + + + {* if ($gBitSystem->isFeatureActive("ckeditor_ask") || + $gBitSystem->isFeatureActive("ckeditor_on_click"))} + {formhelp note="Click in the textarea to activate the editor."} + {/if *} + {/if} +{/strip} -- cgit v1.3