/**
* @package DOCman
* @copyright Copyright (C) 2011 - 2014 Timble CVBA. (http://www.timble.net)
* @license GNU GPLv3
* @link http://www.joomlatools.com
*/
defined('KOOWA') or die; ?>
/**
* @package DOCman
* @copyright Copyright (C) 2011 - 2014 Timble CVBA. (http://www.timble.net)
* @license GNU GPLv3
* @link http://www.joomlatools.com
*/
defined('KOOWA') or die; ?>
// Header ?>
if ($params->show_document_title
|| ($params->show_document_recent && $this->isRecent($document))
|| ($document->canPerform('edit') && $document->isLockable() && $document->isLocked())
|| (!$document->isPublished() || !$document->enabled)
|| ($this->object('user')->getId() == $document->created_by)
|| ($params->show_document_popular && ($document->hits >= $params->hits_for_popular))
): ?>
endif; ?>
// After title - content plugin event ?>
// Dates&Owner ?>
if (($params->show_document_created)
|| ($document->modified_by && $params->show_document_modified)
|| ($params->show_document_created_by)
|| ($params->show_document_category)
|| ($params->show_document_hits && $document->hits)
): ?>
// Created ?>
if ($params->show_document_created): ?>
endif; ?>
// Modified ?>
if ($params->show_document_modified && $document->modified_by): ?>
endif; ?>
// Owner ?>
if ($params->show_document_created_by && $document->created_by):
$owner = ''.$document->getAuthor()->getName().''; ?>
Di
endif; ?>
// Category ?>
if ($params->show_document_category):
$category = ''.$document->category_title.''; ?>
In
endif; ?>
// Downloads ?>
if ($params->show_document_hits && $document->hits): ?>
51 download
endif ?>
endif; ?>
// Download area ?>
if (!$this->object('user')->isAuthentic() || $document->canPerform('download')): ?>
endif ?>
// Before display - content plugin event ?>
// Document description ?>
if ($params->show_document_description || $params->show_document_image): ?>
if ($params->show_document_image && $document->image): ?>
endif ?>
if ($params->show_document_description):
$field = 'description_'.(isset($description) ? $description : 'full');
?>
endif; ?>
endif ?>
// After display - content plugin event ?>
// Edit area | Import partial template from document view ?>