0.3
voir changelog
This commit is contained in:
parent
d06c4f5e6c
commit
b2af2e8d1c
4 changed files with 8 additions and 6 deletions
|
@ -13,10 +13,10 @@ if (!defined('DC_RC_PATH')) {
|
|||
return;
|
||||
}
|
||||
$this->registerModule(
|
||||
/* Name */ 'Categories Page',
|
||||
/* Description*/ 'Add a category list page / Ajoute une page listant les catégories',
|
||||
/* Name */ 'CategoriesPage',
|
||||
/* Description*/ 'Add a category list page',
|
||||
/* Author */ 'Pierre Van Glabeke, Bernard Le Roux',
|
||||
/* Version */ '0.2',
|
||||
/* Version */ '0.3',
|
||||
/* Properties */
|
||||
array(
|
||||
'permissions' => 'admin',
|
||||
|
@ -25,4 +25,4 @@ $this->registerModule(
|
|||
'support' => 'http://forum.dotclear.org/viewtopic.php?pid=326224#p326224',
|
||||
'details' => 'http://plugins.dotaddict.org/dc2/details/categoriesPage'
|
||||
)
|
||||
);
|
||||
);
|
|
@ -1,3 +1,6 @@
|
|||
v0.3 - 02-02-2015 : Pierre Van Glabeke
|
||||
html5
|
||||
|
||||
v0.2 - 14-12-2014 : Pierre Van Glabeke
|
||||
Ajout case hors ligne
|
||||
Ajout tpl pour currywurst
|
||||
|
|
|
@ -43,5 +43,4 @@
|
|||
</tpl:Categories>
|
||||
</div>
|
||||
|
||||
|
||||
</tpl:Block>
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
<div id="wrapper">
|
||||
|
||||
<div id="main">
|
||||
<div id="main" role="main">
|
||||
<div id="content">
|
||||
|
||||
<div id="content-info">
|
||||
|
|
Loading…
Reference in a new issue