__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package Helix3 Framework
* @author JoomShaper https://www.joomshaper.com
* @copyright (c) 2010 - 2021 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/
defined('_JEXEC') or die;
$params = $displayData->params;
$attribs = json_decode($displayData->attribs);
$images = json_decode($displayData->images);
$full_image = '';
$image_alt_text = '';
if (isset($attribs->spfeatured_image) && $attribs->spfeatured_image != '')
{
$full_image = $attribs->spfeatured_image;
if (isset($attribs->spfeatured_image_alt) && $attribs->spfeatured_image_alt)
{
$image_alt_text = $attribs->spfeatured_image_alt;
}
}
elseif(isset($images->image_fulltext) && !empty($images->image_fulltext))
{
$full_image = $images->image_fulltext;
}
// if alt text is empty
if (empty($image_alt_text))
{
if (isset($images->image_fulltext_alt) && $images->image_fulltext_alt)
{
$image_alt_text = $images->image_fulltext_alt;
}
else
{
$image_alt_text = $displayData->title;
}
}
?>
<?php if(!empty($full_image) || (isset($images->image_fulltext) && !empty($images->image_fulltext))) : ?>
<?php $imgfloat = (empty($images->float_fulltext)) ? $params->get('float_fulltext') : $images->float_fulltext; ?>
<div class="pull-<?php echo htmlspecialchars($imgfloat); ?> entry-image full-image">
<img
<?php if (isset($images->image_fulltext_caption) && $images->image_fulltext_caption):
echo 'class="caption"' . ' title="' . htmlspecialchars($images->image_fulltext_caption) . '"';
endif; ?>
src="<?php echo htmlspecialchars($full_image); ?>" alt="<?php echo htmlspecialchars($image_alt_text); ?>" itemprop="image" />
</div>
<?php endif; ?>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| comments | Folder | 0775 |
|
|
| icons | Folder | 0775 |
|
|
| info_block | Folder | 0775 |
|
|
| post_formats | Folder | 0775 |
|
|
| social_share | Folder | 0775 |
|
|
| associations.php | File | 453 B | 0664 |
|
| blog_style_default_item_title.php | File | 2.17 KB | 0664 |
|
| blog_style_default_links.php | File | 722 B | 0664 |
|
| categories_default.php | File | 1.29 KB | 0664 |
|
| categories_default_items.php | File | 646 B | 0664 |
|
| category_default.php | File | 2.64 KB | 0664 |
|
| full_image.php | File | 1.64 KB | 0664 |
|
| icons.php | File | 2.07 KB | 0664 |
|
| intro_image.php | File | 2.82 KB | 0664 |
|
| options_default.php | File | 1.53 KB | 0664 |
|
| rating.php | File | 1.31 KB | 0664 |
|
| readmore.php | File | 1.13 KB | 0664 |
|
| tags.php | File | 1.14 KB | 0664 |
|