X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27static%27%2C%20filename=%27css/%40url%40?a=blobdiff_plain;f=www%2Fecrire%2Finc%2Ffiltres_ecrire.php;h=0d7ae3503d210da837e000d9e84ba682e4437c91;hb=f489d45ae677afde12ba9c9f70f463ea34787b45;hp=1735a43e62e462e0669bd9d2a73a19caba450274;hpb=0dda6af18a04031b1ca8e217187966077e752fe3;p=ptitvelo%2Fweb%2Fwww.git diff --git a/www/ecrire/inc/filtres_ecrire.php b/www/ecrire/inc/filtres_ecrire.php index 1735a43..0d7ae35 100644 --- a/www/ecrire/inc/filtres_ecrire.php +++ b/www/ecrire/inc/filtres_ecrire.php @@ -359,9 +359,9 @@ function lien_article_virtuel($virtuel){ * @param string $lang * @return string */ -function bouton_spip_rss($op, $args=array(), $lang='') { +function bouton_spip_rss($op, $args=array(), $lang='', $title='RSS') { include_spip('inc/acces'); - $clic = http_img_pack('rss-24.png', 'RSS', '', 'RSS'); + $clic = http_img_pack('feed.png', 'RSS', '', $title); $args = param_low_sec($op, $args, $lang, 'rss'); $url = generer_url_public('rss', $args); return "$clic";