And further at public_html --> templates --> fztour --> html --> com.knowres --> default_overview.php
=====================================
defined('_JEXEC') or die;
use HighlandVision\KR\Framework\KrMethods;
?>
<!--<h2><?php //echo $this->item->property_name; ?></h2>-->
<h3><?php echo $this->item->tagline; ?></h3>
<p><?php echo $this->item->p1; ?></p>
<div class="show-for-medium">
<?php echo KrMethods::render('property.features', ['features' => $this->features]); ?>
</div>
=====================================
With thanks
=====================================
defined('_JEXEC') or die;
use HighlandVision\KR\Framework\KrMethods;
?>
<!--<h2><?php //echo $this->item->property_name; ?></h2>-->
<h3><?php echo $this->item->tagline; ?></h3>
<p><?php echo $this->item->p1; ?></p>
<div class="show-for-medium">
<?php echo KrMethods::render('property.features', ['features' => $this->features]); ?>
</div>
=====================================
With thanks
Statistics: Posted by fritzulala — Mon Oct 14, 2024 4:19 am