Index: trunk/admin/editor/cmseditor/editor/filemanager/browser/default/connectors/php/commands.php =================================================================== diff -u -N -r5219 -r5298 --- trunk/admin/editor/cmseditor/editor/filemanager/browser/default/connectors/php/commands.php (.../commands.php) (revision 5219) +++ trunk/admin/editor/cmseditor/editor/filemanager/browser/default/connectors/php/commands.php (.../commands.php) (revision 5298) @@ -173,6 +173,8 @@ ON (st.st_id = lb.template_id) AND (lb.block_type = 3) WHERE st.st_parent_id = ".$st_id." + AND st.st_id != 1 + AND st.st_parent_id != 1 AND st_id != ".$email_templates_folder_id." AND st_path != '/cms'" . $filter . " ORDER BY st.st_order"; @@ -192,6 +194,8 @@ (st.st_id = wb.template_id) AND (wb.block_type = 3) WHERE st.st_parent_id = ".$st_id." AND st_id != ".$email_templates_folder_id." + AND st.st_id != 1 + AND st.st_parent_id != 1 AND st_path != '/cms%'" . $filter . " ORDER BY st.st_order"; }