File: /var/www/vhosts/paiskincare.com/httpdocs2/sitemaps/index.php
<?php
/**
* MSU Sitemaps - Magic SEO URL URL for ZenCart
* http://www.magic-seo-url.com/zencart/
*
* 2009, (c) Inveo s.r.o.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
**/
if(!defined('SM_IN_SITEMAPS')) exit();
global $cache, $sm, $db;
if($GLOBALS['smMultilang']) {
foreach($GLOBALS['smInstalledLang'] as $langId => $langCode) {
//$sm->addUrlToSiteMap($GLOBALS['smUrl'].$langCode.'/', 'daily', '1.0');
$sm->addUrlToSiteMap($langCode.'/', 'daily');
}
} else {
//$sm->addUrlToSiteMap('', 'daily', '1.0');
$sm->addUrlToSiteMap('', 'daily');
}
?>