item->xml) : ?>
item->xml->description) : ?>
item->xml)
{
echo ($text = (string) $this->item->xml->name) ? JText::_($text) : $this->item->name;
}
else
{
echo JText::_('COM_PLUGINS_XML_ERR');
}
?>
form->getValue('folder'); ?>
/
form->getValue('element'); ?>
item->xml->description);
$this->fieldset = 'description';
$long_description = JLayoutHelper::render('joomla.edit.fieldset', $this);
if(!$long_description) {
$truncated = JHtmlString::truncate($short_description, 550, true, false);
if(strlen($truncated) > 500) {
$long_description = $short_description;
$short_description = JHtmlString::truncate($truncated, 250);
if($short_description == $long_description) {
$long_description = '';
}
}
}
?>
fieldset = 'basic';
$html = JLayoutHelper::render('joomla.edit.fieldset', $this);
echo $html ? '
' . $html : '';
?>