File: /var/www/vhosts/paiskincare.com/httpdocs/sitemaps/static.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;
$urlAr = array('shipping'.URI_EXTENSION, 'privacy'.URI_EXTENSION, 'conditions'.URI_EXTENSION, 'contact-us'.URI_EXTENSION, 'sitemap'.URI_EXTENSION, 'discount-coupon'.URI_EXTENSION, 'newsletter-unsubscribe'.URI_EXTENSION, 'gift-certificate-faq'.URI_EXTENSION, 'search/', 'account/', 'account/login'.URI_EXTENSION);
foreach($urlAr as $url) {
foreach($GLOBALS['smInstalledLang'] as $langId => $langCode) {
if($GLOBALS['smMultilang']) {
$urlSm = $langCode.'/'.$url;
} else {
$urlSm = $url;
}
//$sm->addUrlToSiteMap($urlSm, 'yearly', '0.1');
$sm->addUrlToSiteMap($urlSm, 'yearly');
}
}
?>