From: Jason Woofenden Date: Thu, 20 Dec 2007 06:36:32 +0000 (-0500) Subject: metaform's .htaccess specifies php settings, tinymce loads button images all together X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=aabefb2d3bb9a63b67eacc3c8a6d55139ee8e6b8;p=wfpl.git metaform's .htaccess specifies php settings, tinymce loads button images all together --- diff --git a/metaform/htaccess b/metaform/htaccess index 362282a..30e6afd 100644 --- a/metaform/htaccess +++ b/metaform/htaccess @@ -1,3 +1,4 @@ +php_flag magic_quotes_gpc off RewriteEngine on RewriteRule ^$ /run.php RewriteRule ^[^/]*\.html$ /~form~/run.php diff --git a/metaform/template.html b/metaform/template.html index 4b6586f..2a359d3 100644 --- a/metaform/template.html +++ b/metaform/template.html @@ -22,6 +22,7 @@ theme_advanced_buttons3 : "hr,removeformat,visualaid,|,tablecontrols,|,charmap", doctype: '', content_css : 'style.css', + button_tile_map : true, //document_base_url : 'http://example.com/', width: '448', height: '550',