fonction mw_thumbs_activated dans data
[mw_thumbs] / app / data / modules / share / mw_data_thumbs.php
index 4a15c60..15f0799 100644 (file)
@@ -2,6 +2,10 @@
 
   class mw_data_thumbs extends mw_data{
 
+    function mw_thumbs_activated(){
+      return true;
+    }
+
     function img_thumb($src, $max_width, $max_height, $thumbs_dir = "", $background_color = array(255, 255, 255)){
       if(strlen($thumbs_dir) > 0){
         if(!@is_dir($thumbs_dir)) @mkdir($thumbs_dir);