Skip to content
Snippets Groups Projects
Commit 9541eba9 authored by Antonín Slejška's avatar Antonín Slejška
Browse files

Remove .module file.

parent b5a5b315
Branches main
No related tags found
No related merge requests found
Pipeline #18950 passed
<?php
/**
* @file
* Contains sites_simple_sitemap.module.
*/
/**
* Implements hook_sites_allowed_routes_alter().
*/
function sites_simple_sitemap_sites_allowed_routes_alter(array &$routes) {
$routes[] = 'simple_sitemap.sitemap_default';
$routes[] = 'simple_sitemap.sitemap_xsl';
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment