$page = Tools_Http::Get('page',true); $catid = Tools_Http::Get('catid',true); $del = Tools_Http::Get ('delgood',true); $points = new Products_DeliveryPoints(); if ($del) { $points -> deleteCity($del); header('Location: /admin/deliveryPoints/?mod=cities'); exit(); } $items = $points -> getCities(); ?>