@@ -274,6 +274,7 @@ class Colour extends Start_Controller {
}
$colour['img'] = $img;
$this->data['colour'] = $colour;
+ $this->data['is_has'] =1;
$this->_Template('colour_see',$this->data);