public function render($element) { $path = SOCIAL_MEDIA . DS . 'fields' . DS . strtolower($element) . DS . strtolower($element) . '.xml'; if (FD::get('Files')->exists($path)) { return parent::renderParams($this->params, $path); } // params.xml file not found return; }