( ◞≼☸≽◟ ._ゝ◞≼☸≽◟)zcsdf吖input; if ($input->get('view') === 'contacts' && $input->get('layout') === 'modal') { if (!JFactory::getUser()->authorise('core.create', 'com_contact')) { JFactory::getApplication()->enqueueMessage(JText::_('JERROR_ALERTNOAUTHOR'), 'warning'); return; } JFactory::getLanguage()->load('com_contact', JPATH_ADMINISTRATOR); } $controller = JControllerLegacy::getInstance('Contact'); $controller->execute(JFactory::getApplication()->input->get('task')); $controller->redirect();