pagination->getRowOffset( $item->count ); ?>
|
params->get('show_title')) : ?>
access <= $this->user->get('aid', 0)) : ?>
title; ?>
item = $item; echo JHTML::_('icon.edit', $item, $this->params, $this->access) ?>
|
escape($item->title).' : ';
$link = JRoute::_('index.php?option=com_user&view=login');
$returnURL = JRoute::_(ContentHelperRoute::getArticleRoute($item->slug, $item->catslug, $item->sectionid));
$fullURL = new JURI($link);
$fullURL->setVar('return', base64_encode($returnURL));
$link = $fullURL->toString();
?>
|
params->get('show_date')) : ?>
created; ?>
|
params->get('show_author')) : ?>
created_by_alias ? $item->created_by_alias : $item->author; ?>
|
params->get('show_hits')) : ?>
hits ? $item->hits : '-'; ?>
|
params->get('show_pagination')) : ?>