| Current Path : /home/digilove/www/41423/ |
| Current File : /home/digilove/www/41423/com_iproperty.php.tar |
home/digilove/public_html/components/com_jmap/views/sitemap/tmpl/adapters/com_iproperty.php 0000644 00000001405 15235771033 0026542 0 ustar 00 <?php
/**
* @package JMAP::SITEMAP::components::com_jmap
* @subpackage views
* @subpackage sitemap
* @subpackage tmpl
* @subpackage adapters
* @author Joomla! Extensions Store
* @copyright (C) 2021 - Joomla! Extensions Store
* @license GNU/GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
*/
defined('_JEXEC') or die('Restricted access');
// Adapter for K2 items and categories route helper
$helperRouteClass= 'IpropertyHelperRoute';
switch ($targetViewName) {
case 'property':
$classMethod = 'getPropertyRoute';
$seflink = JRoute::_ ($helperRouteClass::$classMethod($elm->id, $elm->cat_id));
break;
case 'cat':
$classMethod = 'getCatRoute';
$seflink = JRoute::_ ($helperRouteClass::$classMethod($elm->id));
break;
}