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