__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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('JPATH_BASE') or die;
use Joomla\CMS\Factory;
$params = Factory::getApplication()->getTemplate(true)->params;
$format = $displayData;
if ($params->get('show_post_format')) : ?>
<span class="post-format">
<?php if ($format == 'audio') : ?>
<i class="fa fa-music" area-hidden="true"></i>
<?php elseif ($format == 'video') : ?>
<i class="fa fa-video-camera" area-hidden="true"></i>
<?php elseif ($format == 'gallery') : ?>
<i class="fa fa-picture-o" area-hidden="true"></i>
<?php elseif ($format == 'quote') : ?>
<i class="fa fa-quote-left" area-hidden="true"></i>
<?php elseif ($format == 'link') : ?>
<i class="fa fa-link" area-hidden="true"></i>
<?php elseif ($format == 'status') : ?>
<i class="fa fa-comment-o" area-hidden="true"></i>
<?php else : ?>
<i class="fa fa-thumb-tack" area-hidden="true"></i>
<?php endif; ?>
</span>
<?php endif; ?>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| icons.php | File | 1.08 KB | 0664 |
|
| post_audio.php | File | 415 B | 0664 |
|
| post_gallery.php | File | 1.35 KB | 0664 |
|
| post_link.php | File | 626 B | 0664 |
|
| post_quote.php | File | 607 B | 0664 |
|
| post_status.php | File | 408 B | 0664 |
|
| post_video.php | File | 1.34 KB | 0664 |
|