Ejemplo n.º 1
0
 function fetchElement($name, $value, &$node, $control_name)
 {
     // Must load admin language files
     $lang = JFactory::getLanguage();
     $lang->load("com_jevents", JPATH_ADMINISTRATOR);
     $params = $this->_parent;
     $showcopy = $params->get("com_copyright", 0);
     $style = ' class="jev_none" ';
     if (!$showcopy) {
         $style = ' class="jev_block" ';
     }
     return '<div ' . $style . '>' . JText::_("Please visit the <a href='https://www.jevents.net/hidecopyright?tmpl=component&template=beez_20' rel=”nofollow” title='get hide copyright code' class='modal' rel='{handler: \"iframe\", size: {x: 650, y: 450}}'>JEvents website</a> for your free code to hide the copyright message") . "<br/>" . parent::fetchElement($name, $value, $node, $control_name) . '</div>';
 }