diff --git a/core/components/stercseo/model/stercseo/stercseo.class.php b/core/components/stercseo/model/stercseo/stercseo.class.php index e4a15fb..701e979 100644 --- a/core/components/stercseo/model/stercseo/stercseo.class.php +++ b/core/components/stercseo/model/stercseo/stercseo.class.php @@ -626,6 +626,7 @@ public function sitemapImages($contextKey, $resources, $options) $output .= $this->getChunk($options['imagesRowTpl'], array( 'url' => $this->modx->makeUrl($resource->get('id'), '', '', 'full'), + 'pagetitle' => $resource->get('pagetitle'), 'images' => $imagesOutput )); }