Update sitemap.php

This commit is contained in:
Roman Kelesidis 2024-06-26 13:33:32 +07:00
parent 7a64a6023c
commit 05916b562f

View File

@ -12,7 +12,7 @@ class sitemap
var $cat_priority = '0.7';
function sitemap () {
$this->home = make_url();
$this->home = FULL_URL;
}
function build_map () {
@ -214,4 +214,4 @@ class sitemap
$params['sitemap_time'] = TIMENOW;
bb_update_config($params);
}
}
}