">
params->get( 'show_bookimage', 1) == 1){ ?>
image){ ?>
|
subtitle; ?>
authors);
if ($n > 0){ ?>
editedby==1 ? JText::_('COM_ABOOK_EDITED_BY')." " : JText::_('COM_ABOOK_BY')." ";
foreach($item->authors as $k=>$author) {
$link=JRoute::_(AbookHelperRoute::getAuthorRoute($author->idauthor));
echo ' '.$author->author.'';
if ($k!=$n-1) echo ', ';
} ?>
params->get( 'view_rate',1 )==1) { ?>
vote);?>
params->get( 'show_year',1 )==1 || $this->params->get( 'show_bookcat', 1 )==1||$this->params->get( 'show_cat_tags', 1 )==1||$this->params->get( 'show_hits',1 )==1||$this->params->get( 'view_rate',1 )==1||$this->params->get( 'display_category_comments',1 ) == 1){?>
params->get( 'show_year',1 )==1) { ?>
-
year; ?>
params->get( 'show_hits',1 )==1) { ?>
-
hits; ?>
params->get( 'show_file',0 )==1 && $item->file != '') { ?>
-
params->get( 'show_bookdesc', 1 )==1 && $item->description != ''){ ?>
- description), 0, 100);?>
params->get('show_cat_tags', 1) && !empty($item->tags)) : ?>
tagLayout = new JLayoutFile('book.tags'); ?>
- tagLayout->render($item->tags); ?>
params->get( 'display_category_comments',1 ) == 1) {
//$jcomments_isenabled=JComponentHelper::getComponent('com_jcomments', true);
$jcomments_plugin=JFile::exists(JPATH_BASE.DS.'components'.DS.'com_jcomments'.DS.'jcomments.php');
if ($jcomments_plugin) {
include_once(JPATH_BASE.DS.'components'.DS.'com_jcomments'.DS.'jcomments.php');
$count = JComments::getCommentsCount($item->id, 'com_abook');
echo '- ';
echo $count ? JText::_('COM_ABOOK_COMMENT').' '. $count . '' : JText::_('COM_ABOOK_COMMENT').' 0';
echo '
';
}
}?>
|