helix3 = $helix3; $this->position = $this->helix3->getParam('copyright_position'); $this->load_pos = $this->helix3->getParam('copyright_load_pos'); } public function renderFeature() { if($this->helix3->getParam('enabled_copyright')) { $output = ''; //Copyright if( $this->helix3->getParam('copyright') ) { $output .= '' . str_ireplace('{year}',date('Y'), $this->helix3->getParam('copyright')) . ''; } return $output; } } }