PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
layouts
/
joomla
/
content
<?php /** * @package Joomla.Site * @subpackage Layout * * @copyright Copyright (C) 2005 - 2019 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 = $displayData->params; ?> <?php $images = json_decode($displayData->images); ?> <?php if (!empty($images->image_fulltext)) : ?> <?php $imgfloat = empty($images->float_fulltext) ? $params->get('float_fulltext') : $images->float_fulltext; ?> <div class="pull-<?php echo htmlspecialchars($imgfloat); ?> item-image"> <img <?php if ($images->image_fulltext_caption) : echo 'class="caption"' . ' title="' . htmlspecialchars($images->image_fulltext_caption) . '"'; endif; ?> src="<?php echo htmlspecialchars($images->image_fulltext); ?>" alt="<?php echo htmlspecialchars($images->image_fulltext_alt); ?>" itemprop="image"/> </div> <?php endif; ?>
[+]
..
[-] associations.php
[edit]
[-] blog_style_default_item_title.php
[edit]
[-] blog_style_default_links.php
[edit]
[-] categories_default.php
[edit]
[-] categories_default_items.php
[edit]
[-] category_default.php
[edit]
[-] full_image.php
[edit]
[+]
icons
[-] icons.php
[edit]
[-] index.html
[edit]
[+]
info_block
[-] info_block.php
[edit]
[-] intro_image.php
[edit]
[-] language.php
[edit]
[-] options_default.php
[edit]
[-] readmore.php
[edit]
[-] tags.php
[edit]
[-] text_filters.php
[edit]
[-] .htaccess.disabled
[edit]