diff --git a/core/core.php b/core/core.php index f4211823..5ce4cb33 100644 --- a/core/core.php +++ b/core/core.php @@ -37,7 +37,7 @@ class common { const THUMBS_WIDTH = 320; // Numéro de version - const ZWII_VERSION = '10.0.057'; + const ZWII_VERSION = '10.0.058'; const ZWII_UPDATE_CHANNEL = "v10"; public static $actions = []; diff --git a/module/blog/view/index/index.php b/module/blog/view/index/index.php index e5861540..05b283c6 100644 --- a/module/blog/view/index/index.php +++ b/module/blog/view/index/index.php @@ -4,8 +4,20 @@ $article): ?>
+ makeThumb( self::FILE_DIR . 'source/' . $article['picture'], + self::FILE_DIR . 'thumb/' . $thumb, + self::THUMBS_WIDTH); + } + + ?> - <?php echo $article['picture']; ?> + <?php echo $article['picture']; ?>