get('link_titles')): ?>
escape($item->title); ?>
escape($item->title); ?>
get('show_author')) or ($params->get('show_parent_category')) or ($params->get('show_category')) or ($params->get('show_create_date')) or ($params->get('show_modify_date')) or ($params->get('show_publish_date')) or ($params->get('show_hits'))) : ?>
get('show_parent_category')) : ?>
-
escape($item->parent_title);
$url = ''.$title.'';?>
get('link_parent_category') && $item->parent_slug) : ?>
get('show_category')) : ?>
-
escape($item->category_title);
$url = '' . $title . ''; ?>
get('link_category') && $item->catslug) : ?>
get('show_create_date')) : ?>
-
created, JText::_('DATE_FORMAT_LC2'))); ?>
get('show_modify_date')) : ?>
-
modified, JText::_('DATE_FORMAT_LC2'))); ?>
get('show_publish_date')) : ?>
-
publish_up, JText::_('DATE_FORMAT_LC2'))); ?>
get('show_author') && !empty($item->author )) : ?>
-
author; ?>
created_by_alias ? $item->created_by_alias : $author);?>
contactid ) && $params->get('link_author') == true):?>
contactid),$author)); ?>
get('show_hits')) : ?>
-
hits); ?>
get('show_author')) or ($params->get('show_category')) or ($params->get('show_create_date')) or ($params->get('show_modify_date')) or ($params->get('show_publish_date')) or ($params->get('show_hits'))) :?>
get('show_intro')) :?>
introtext, $params->get('introtext_limit')); ?>