Correction dossier pour l'image du flux RSS

This commit is contained in:
SylvainLelievre 2021-03-09 14:26:09 +01:00
parent 47851aa99a
commit a7498110fb
1 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@
<?php if ($this->getData(['module',$this->getUrl(0), 'config', 'feeds'])): ?>
<div id="rssFeed">
<a type="application/rss+xml" href="<?php echo helper::baseUrl() . $this->getUrl(0) . '/rss'; ?> ">
<img src='module/news/ressource/feed-icon-16.gif' />
<img src='module/blog/ressource/feed-icon-16.gif' />
<?php
echo '<p>' . $this->getData(['module',$this->getUrl(0), 'config', 'feedsLabel']) . '</p>' ;
?>