From 785fe814bc587afd7cc2c7284fb86b47f6587f6b Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Fri, 18 Oct 2013 17:40:49 +0200 Subject: [PATCH] // Define Order state dir constante --- config/defines.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/defines.inc.php b/config/defines.inc.php index ab72ff105..d9fc5f98d 100755 --- a/config/defines.inc.php +++ b/config/defines.inc.php @@ -75,6 +75,7 @@ define('_PS_SCENE_IMG_DIR_', _PS_IMG_DIR_.'scenes/'); define('_PS_SCENE_THUMB_IMG_DIR_', _PS_IMG_DIR_.'scenes/thumbs/'); define('_PS_MANU_IMG_DIR_', _PS_IMG_DIR_.'m/'); define('_PS_SHIP_IMG_DIR_', _PS_IMG_DIR_.'s/'); +define('_PS_ORDER_STATE_IMG_DIR_', _PS_IMG_DIR_.'os/'); define('_PS_SUPP_IMG_DIR_', _PS_IMG_DIR_.'su/'); define('_PS_COL_IMG_DIR_', _PS_IMG_DIR_.'co/'); define('_PS_TMP_IMG_DIR_', _PS_IMG_DIR_.'tmp/');