imageSizes['small-logo'] = array(181, 44); $id = $this->getConfig()->get('companyLogoId'); if (empty($id)) { throw new NotFound(); } $size = null; if (!empty($_GET['size'])) { $size = $_GET['size']; } $this->show($id, $size); } }