From aabefb2d3bb9a63b67eacc3c8a6d55139ee8e6b8 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 20 Dec 2007 01:36:32 -0500 Subject: [PATCH] metaform's .htaccess specifies php settings, tinymce loads button images all together --- metaform/htaccess | 1 + metaform/template.html | 1 + 2 files changed, 2 insertions(+) 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', -- 1.7.10.4