| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/a/w/e/awebpaca/blog/templates/purity_iii/html/com_content/category/ |
Upload File : |
<?php
/**
*------------------------------------------------------------------------------
* @package Purity III Template - JoomlArt
* @version 1.0 Feb 1, 2014
* @author JoomlArt http://www.joomlart.com
* @copyright Copyright (c) 2004 - 2014 JoomlArt.com
* @license GNU General Public License version 2 or later;
*------------------------------------------------------------------------------
*/
defined('_JEXEC') or die;?>
<?php
// Create a shortcut for params.
$params = $this->item->params;
JHtml::addIncludePath(JPATH_COMPONENT . '/helpers/html');
$canEdit = $this->item->params->get('access-edit');
JHtml::_('behavior.framework');
$attribs = new JRegistry($this->item->attribs);
$images = json_decode($this->item->images);
$has_intro_image = (isset($images->image_intro) && !empty($images->image_intro));
?>
<div class="row-feature <?php echo $attribs->get('extra-class') ?> clearfix">
<div class="container<?php echo $this->item->state == 0 ? ' system-unpublished' : null; ?>">
<?php if ($this->item->state == 0) : ?>
<span class="label label-warning"><?php echo JText::_('JUNPUBLISHED'); ?></span>
<?php endif; ?>
<!-- Intro image -->
<?php if ($has_intro_image) echo JLayoutHelper::render('joomla.content.intro_image', $this->item); ?>
<div class="<?php if ($has_intro_image): ?><?php endif ?>feature-ct pd-feature-ct">
<?php if ($attribs->get('show_title', 1)) : ?>
<?php echo JLayoutHelper::render('joomla.content.blog_style_default_item_title', $this->item); ?>
<?php endif ?>
<?php echo $this->item->introtext; ?>
</div>
</div>
</div>