return'<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> will be much appreciated.',['@url'=>'https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5AFYRSBLGSC3W']).'</div>';
@@ -52,11 +52,4 @@ abstract class SimplesitemapFormBase extends ConfigFormBase {
return['simple_sitemap.settings'];
}
/**
*
*/
protectedfunctiongetDonationText(){
return'<div class="description">'.$this->t('If you would like to say thanks and support the development of this module, a <a target="_blank" href="@url">donation</a> will be much appreciated.',['@url'=>'https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5AFYRSBLGSC3W']).'</div>';
@@ -27,7 +27,7 @@ class SimplesitemapVariantsForm extends SimplesitemapFormBase {
'#title'=>$this->t('Sitemap variants'),
'#type'=>'fieldset',
'#markup'=>'<div class="description">'.$this->t('Define sitemap variants. A sitemap variant is a sitemap instance of a certain type (specific sitemap generator and URL generators) accessible under a certain URL.<br>Each variant can have its own entity bundle settings (to be defined on bundle edit pages).').'</div>',