news v3
This commit is contained in:
parent
1ed2e8ec35
commit
b9ca6e500f
@ -15,7 +15,7 @@
|
||||
|
||||
class news extends common {
|
||||
|
||||
const VERSION = '2.4';
|
||||
const VERSION = '3.0';
|
||||
const REALNAME = 'Actualités';
|
||||
const DELETE = true;
|
||||
const UPDATE = '0.0';
|
||||
@ -78,7 +78,7 @@ class news extends common {
|
||||
'itemsperCol'=> 6,
|
||||
'feeds' => $this->getData(['module', $this->getUrl(0), 'config','feeds']),
|
||||
'feedsLabel' => $this->getData(['module', $this->getUrl(0), 'config','feedsLabel']),
|
||||
'version' => '2.4'
|
||||
'version' => '3.0'
|
||||
]]);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user