|
|
@ -7,7 +7,7 @@
|
|
|
|
$root = $changes_under_root ?? $TEMPLATES_ROOT;
|
|
|
|
$root = $changes_under_root ?? $TEMPLATES_ROOT;
|
|
|
|
$ext = ($root == $TEMPLATES_ROOT) ? "php" : "html";
|
|
|
|
$ext = ($root == $TEMPLATES_ROOT) ? "php" : "html";
|
|
|
|
?>
|
|
|
|
?>
|
|
|
|
<loc><?=$SITE_CANONICAL_URL . $rel_loc?>/index.html</loc>
|
|
|
|
<loc><?=$SITE_CANONICAL_URL . $rel_loc?></loc>
|
|
|
|
<lastmod><?=date('c', filemtime("$root$rel_loc/index.$ext"))?></lastmod>
|
|
|
|
<lastmod><?=date('c', filemtime("$root$rel_loc/index.$ext"))?></lastmod>
|
|
|
|
<?php
|
|
|
|
<?php
|
|
|
|
}
|
|
|
|
}
|
|
|
|