diff --git a/core/components/googlesitemap/model/googlesitemap/googlesitemap.class.php b/core/components/googlesitemap/model/googlesitemap/googlesitemap.class.php index 2a935f4..3a100f1 100755 --- a/core/components/googlesitemap/model/googlesitemap/googlesitemap.class.php +++ b/core/components/googlesitemap/model/googlesitemap/googlesitemap.class.php @@ -128,6 +128,7 @@ public function run($currentParent,$selfId = -1,$depth = 0) { } /* add item to output */ $output .= $this->getChunk($this->config['itemTpl'],array( + 'id' => $id, 'url' => $url, 'date' => $date, 'update' => $update, @@ -380,4 +381,4 @@ function datediff($interval, $datefrom, $dateto, $using_timestamps = false) { } return $datediff; } -} \ No newline at end of file +}