Ja_teline_iv phoca PDF
Posted: 02 Jun 2013, 15:40
Good morning,
I would like to utilizare phoca pdf template in Ja_teline_iv.
I have read the documentation and incompatible with the files under my template.
as you can see in the file article/default.php
I would like to utilizare phoca pdf template in Ja_teline_iv.
I have read the documentation and incompatible with the files under my template.
as you can see in the file article/default.php
Code: Select all
// Create shortcuts to some parameters.
$canEdit = $this->item->params->get('access-edit');
<?php $useDefList = (($params->get('show_author')) OR ($params->get('show_category')) OR ($params->get('show_parent_category'))
OR ($params->get('show_create_date')) OR ($params->get('show_modify_date')) OR ($params->get('show_publish_date'))
OR ($params->get('show_hits'))); ?>
<?php if ($useDefList || $canEdit || $params->get('show_print_icon') || $params->get('show_email_icon')) : ?>
<div class="article-tools clearfix">
<?php if ($canEdit || $params->get('show_print_icon') || $params->get('show_email_icon')) : ?>
<ul class="actions">
<?php if (!$this->print) : ?>
<?php if ($params->get('show_print_icon')) : ?>
<li class="print-icon">
<?php echo JHtml::_('icon.print_popup', $this->item, $params); ?>
</li>
<?php endif; ?>
<?php if ($params->get('show_email_icon')) : ?>
<li class="email-icon">
<?php echo JHtml::_('icon.email', $this->item, $params); ?>
</li>
<?php endif; ?>