| Current Path : /home/digilove/public_html/41423/ |
| Current File : //home/digilove/public_html/41423/com_digicom.php.tar |
home/digilove/public_html/components/com_jmap/views/sitemap/tmpl/adapters/com_digicom.php 0000644 00000001463 15235771134 0026126 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 Contact items and categories route helper
$helperRouteClass= 'DigiComSiteHelperRoute';
switch ($targetViewName) {
case 'product':
$classMethod = 'getProductRoute';
$seflink = JRoute::_ ($helperRouteClass::$classMethod($elm->id, $elm->catid, $elm->language));
break;
case 'category':
$classMethod = 'getCategoryRoute';
$seflink = JRoute::_ ($helperRouteClass::$classMethod($elm->id, $elm->language));
break;
}