leilukin-tumbleblog/modules/sitemap/info.php

11 lines
417 B
PHP
Raw Normal View History

2024-06-20 14:10:42 +00:00
<?php
return array(
"name" => __("Sitemap Generator", "sitemap"),
"url" => "http://chyrplite.net/",
"version" => "2024.02",
"description" => __("Creates a <em>sitemap.xml</em> file on your server to help search engines index your blog.", "sitemap"),
"author" => array(
"name" => "Poenta Labs",
"url" => "http://poentalabs.com/"
)
);