From 716c65454359fa146fc948e3d63f86301f191582 Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <eric@unl.edu> Date: Wed, 23 Jun 2010 22:00:33 +0000 Subject: [PATCH] add skin:unl to the tinymce options git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@105 20a16fea-79d4-4915-8869-1ea9d5ebf173 --- sites/all/modules/unl/unl.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sites/all/modules/unl/unl.module b/sites/all/modules/unl/unl.module index 7604e77e..7ad316d9 100644 --- a/sites/all/modules/unl/unl.module +++ b/sites/all/modules/unl/unl.module @@ -7,7 +7,6 @@ function unl_node_prepare($node) function unl_wysiwyg_plugin($editor) { -// echo 'unl_wysiwyg_plugin()' . PHP_EOL; switch ($editor) { case 'tinymce': return array( @@ -48,6 +47,7 @@ function unl_wysiwyg_plugin($editor) 'unlLayout' => 'UNL Layout (Menu)' ), 'options' => array( + 'skin' => 'unl', 'doctype' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' ) ) @@ -69,4 +69,3 @@ function unl_menu() return $items; } - -- GitLab