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