item->params; JHtml::addIncludePath(JPATH_COMPONENT.'/helpers/html'); JHtml::_('behavior.tooltip'); JHtml::_('behavior.framework'); // Get the user object. $user = JFactory::getUser(); // Check if user is allowed to add/edit based on weblinks permissinos. $canEdit = $user->authorise('core.edit', 'com_weblinks'); $canCreate = $user->authorise('core.create', 'com_weblinks'); $canEditState = $user->authorise('core.edit.state', 'com_weblinks'); $n = count($this->items); $listOrder = $this->state->get('list.ordering'); $listDirn = $this->state->get('list.direction'); ?> items)) : ?>

params->get('show_pagination_limit')) : ?>
  pagination->getLimitBox(); ?>
params->get('show_headings')==1) : ?>
params->get('show_link_hits')) : ?>
items as $i => $item) : ?> items[$i]->state == 0) : ?>
params->get('show_link_hits')) : ?>
params->get('link_icons') <> -1) : ?> params->get('link_icons', 'weblink.png'), JText::_('COM_WEBLINKS_LINK'), NULL, true);?> pageclass_sfx; $link = $item->link; $width = $item->params->get('width'); $height = $item->params->get('height'); if ($width == null || $height == null) { $width = 600; $height = 500; } switch ($item->params->get('target', $this->params->get('target'))) { case 1: // open in a new window echo ''. $this->escape($item->title) .''; break; case 2: // open in a popup window $attribs = 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='.$this->escape($width).',height='.$this->escape($height).''; echo "". $this->escape($item->title).''; break; case 3: // open in a modal window JHtml::_('behavior.modal', 'a.modal'); ?> escape($item->title). ' ' ; break; default: // open in parent window echo ''. $this->escape($item->title) . ' '; break; } ?>
params->get('show_link_description')) AND ($item->description !='')): ?> description); ?>
hits; ?>
params); ?> params->get('show_pagination')) : ?>