diff --git a/CHANGELOG b/CHANGELOG index 7706f05..ff8d000 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +comListe 0.4.2 - 11-11-2017 - Pierre Van Glabeke +* màj tpl +* localisation + comListe 0.4.1 - 23-07-2015 - Pierre Van Glabeke * correction localisation diff --git a/_define.php b/_define.php index 3af288f..ef79b62 100644 --- a/_define.php +++ b/_define.php @@ -16,7 +16,7 @@ $this->registerModule( /* Name */ "ComListe", /* Description*/ "Display a list of all comments and trackbacks of a blog in a public page", /* Author */ "Benoit de Marne, Pierre Van Glabeke", - /* Version */ '0.4.1', + /* Version */ '0.4.2', /* Properties */ array( 'permissions' => 'admin', diff --git a/_public.php b/_public.php index a49d161..8f4caea 100644 --- a/_public.php +++ b/_public.php @@ -12,6 +12,8 @@ if (!defined('DC_RC_PATH')) { return; } +l10n::set(dirname(__FILE__).'/locales/'.$_lang.'/public'); + require_once dirname(__FILE__).'/inc/class.dc.comListe.php'; $core->url->register('comListe','comListe','^comListe(?:/(.+))?$',array('urlcomListe','comListe')); diff --git a/default-templates/currywurst/comListe.html b/default-templates/currywurst/comListe.html index 03b01f1..fc1864c 100644 --- a/default-templates/currywurst/comListe.html +++ b/default-templates/currywurst/comListe.html @@ -8,11 +8,6 @@ - - - {{tpl:lang page}} {{tpl:PaginationCurrent}}" /> - - - diff --git a/default-templates/mustek/comListe.html b/default-templates/mustek/comListe.html index 8bcc8ba..b6c96f9 100644 --- a/default-templates/mustek/comListe.html +++ b/default-templates/mustek/comListe.html @@ -8,11 +8,6 @@ - - - {{tpl:lang page}} {{tpl:PaginationCurrent}}" /> - - -