get('layout', '', 'cmd'); if (! $layout) return; $this->input = new CKInput(); $this->interface = new CKInterface(); $this->imagespath = ACCORDEONMENUCK_MEDIA_URL . '/images/interface/'; require_once(ACCORDEONMENUCK_PATH . '/interfaces/' . $layout . '.php'); exit; } }