Blog 53 icône RSS

This commit is contained in:
Fred Tempez 2022-06-02 11:31:40 +02:00
parent 35f8f26409
commit d8ddf7b0d8
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
class blog extends common {
const VERSION = '5.2';
const VERSION = '5.3';
const REALNAME = 'Blog';
const DATADIRECTORY = ''; // Contenu localisé inclus par défaut (page.json et module.json)

View File

@ -54,7 +54,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'; ?>" target="_blank">
<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>' ;
?>