JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform's .htaccess specifies php settings, tinymce loads button images all together
authorJason Woofenden <jason183@herkamire.com>
Thu, 20 Dec 2007 06:36:32 +0000 (01:36 -0500)
committerJason Woofenden <jason183@herkamire.com>
Thu, 20 Dec 2007 06:36:32 +0000 (01:36 -0500)
metaform/htaccess
metaform/template.html

index 362282a..30e6afd 100644 (file)
@@ -1,3 +1,4 @@
+php_flag magic_quotes_gpc off
 RewriteEngine  on
 RewriteRule    ^$  /run.php
 RewriteRule    ^[^/]*\.html$  /~form~/run.php
index 4b6586f..2a359d3 100644 (file)
@@ -22,6 +22,7 @@
       theme_advanced_buttons3 : "hr,removeformat,visualaid,|,tablecontrols,|,charmap",
       doctype: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
       content_css : 'style.css',
+      button_tile_map : true,
       //document_base_url : 'http://example.com/',
       width: '448',
       height: '550',