From 937fe257b88a1c414d5cb9fee3f28b3228c8bac9 Mon Sep 17 00:00:00 2001 From: brol Date: Wed, 14 Feb 2018 00:54:57 +0100 Subject: [PATCH] 0.4.2 changelog --- CHANGELOG | 4 ++++ _define.php | 2 +- _public.php | 2 ++ default-templates/currywurst/comListe.html | 5 ----- default-templates/mustek/comListe.html | 5 ----- 5 files changed, 7 insertions(+), 11 deletions(-) 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}}" /> - - -