diff options
Diffstat (limited to 'sitemap.php')
| -rwxr-xr-x | sitemap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sitemap.php b/sitemap.php index ecc94ac..3a1f189 100755 --- a/sitemap.php +++ b/sitemap.php @@ -49,7 +49,7 @@ function process_book_list( $pList, $pDepth = 1 ) { } else { $freq = 'monthly'; } - + $hash['changefreq'] = $freq; $hash['priority'] = 1 - round( $pDepth * .5 ) * .1; $gSiteMapHash[$pList[$key]['content_id']] = $hash; |
