diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-10 16:50:04 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-10 16:50:04 -0700 |
commit | bdd1156cac0311f1444416b57133a7eb38c4faeb (patch) | |
tree | c52f1b65418e92143891776d5ea05e28ebd414f4 /view/profed_head.tpl | |
parent | 79725b28cf8cdcf97eaf61b2e1c23529f7a6e527 (diff) | |
download | volse-hubzilla-bdd1156cac0311f1444416b57133a7eb38c4faeb.tar.gz volse-hubzilla-bdd1156cac0311f1444416b57133a7eb38c4faeb.tar.bz2 volse-hubzilla-bdd1156cac0311f1444416b57133a7eb38c4faeb.zip |
missed two files in update
Diffstat (limited to 'view/profed_head.tpl')
-rw-r--r-- | view/profed_head.tpl | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/view/profed_head.tpl b/view/profed_head.tpl new file mode 100644 index 000000000..0ff789a56 --- /dev/null +++ b/view/profed_head.tpl @@ -0,0 +1,27 @@ +<script language="javascript" type="text/javascript" + src="$baseurl/tinymce/jscripts/tiny_mce/tiny_mce_src.js"></script> + <script language="javascript" type="text/javascript"> + + +tinyMCE.init({ + theme : "advanced", + mode : "textareas", + plugins : "bbcode", + theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor", + theme_advanced_buttons2 : "", + theme_advanced_buttons3 : "", + theme_advanced_toolbar_location : "top", + theme_advanced_toolbar_align : "center", + theme_advanced_styles : "Code=codeStyle;Quote=quoteStyle", + content_css : "bbcode.css", + entity_encoding : "raw", + add_unload_trigger : false, + remove_linebreaks : false, + content_css: "$baseurl/view/custom_tinymce.css" + + +}); + + +</script> + |