PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
templates
/
jm-car-dealer-ef4
/
html
/
com_content
/
category
<?php /** * @package Joomla.Site * @subpackage Layout * * @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; // Create a shortcut for params. $params = $this->item->params; JHtml::addIncludePath(JPATH_COMPONENT . '/helpers/html'); $canEdit = $this->item->params->get('access-edit'); $info = $params->get('info_block_position', 0); ?> <div class="news-tiles"> <div> <div class="news-tile"> <div class="tile-image"> <?php echo JLayoutHelper::render('joomla.content.intro_image', $this->item); ?> </div> <div class="tile-title-wrapper"> <?php echo JLayoutHelper::render('joomla.content.blog_style_default_item_title', $this->item); ?> <div class="tile-teaser"><?php echo $this->item->introtext; ?></div> </div> </div> </div> </div> <?php echo $this->item->event->afterDisplayContent; ?>
[+]
..
[-] blog.php
[edit]
[-] blog_children.php
[edit]
[-] blog_item.php
[edit]
[-] blog_links.php
[edit]
[-] default.php
[edit]
[-] default_articles.php
[edit]
[-] default_children.php
[edit]
[-] .htaccess.disabled
[edit]