$description=t("The sitemap has not been generated yet. Run cron, or <a href='@generate'>generate</a> the sitemap manually.",['@generate'=>$GLOBALS['base_url'].'/admin/config/search/simplesitemap']);
...
...
@@ -79,8 +79,8 @@ function simple_sitemap_schema() {
drupal_set_message(t("You can now include content into the <a href='@sitemap_url' target='_blank'>XML sitemap</a> by visiting the corresponding entity type edit pages (e.g. <a href='@content_type_url' target='_blank'>node type edit pages</a>) These settings can then be overridden for single entities.<br/> Support for additional entity types and custom links can be added on <a href='@config_url' target='_blank'>the module's configuration pages</a>.",['@sitemap_url'=>"$base_url/sitemap.xml",'@content_type_url'=>"$base_url/admin/structure/types",'@config_url'=>"$base_url/admin/config/search/simplesitemap"]));
$form['simple_sitemap_settings']['#prefix']="<div class='description'>".t("If you would like to say thanks and support the development of this module, a <a target='_blank' href='@url'>donation</a> is always appreciated.",['@url'=>'https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5AFYRSBLGSC3W'])."</div>";
...
...
@@ -60,7 +60,7 @@ class SimplesitemapSettingsForm extends ConfigFormBase {
'#type'=>'checkbox',
'#title'=>t('Regenerate the sitemap on every cron run'),
'#description'=>t('Uncheck this if you intend to only regenerate the sitemap manually or via drush.'),