diff --git a/modules/editor/skins/dreditor/editor.html b/modules/editor/skins/dreditor/editor.html
index bd7860fe1..5a5d7c83d 100644
--- a/modules/editor/skins/dreditor/editor.html
+++ b/modules/editor/skins/dreditor/editor.html
@@ -20,7 +20,7 @@
{@$cookie_tool=explode(',', $_COOKIE['DrEditorToolbar'])}
-{@$default_tool=explode(',', 'hx,txt,material,link,list,quote,img,movie,file,hr,index')}
+{@$default_tool=explode(',', 'hx,txt,'.($material_exists?'material,':'').'link,list,quote,img,movie,file,hr,index');}
{@$external_components=array_keys($drComponentList)}
{@$enable_tool=array_unique(array_merge($cookie_tool, $default_tool, (array)$external_components))}
@@ -479,7 +479,7 @@
-
+