0.4.2 changelog
This commit is contained in:
parent
26b4817adb
commit
937fe257b8
@ -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
|
||||
|
||||
|
@ -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',
|
||||
|
@ -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'));
|
||||
|
@ -8,11 +8,6 @@
|
||||
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" />
|
||||
</tpl:Block>
|
||||
|
||||
<tpl:Block name="dc-entry">
|
||||
<meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:ComListePageTitle}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
|
||||
<meta property="dc.language" content="{{tpl:BlogLanguage}}" />
|
||||
</tpl:Block>
|
||||
|
||||
<tpl:Block name="head-linkrel">
|
||||
<link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" />
|
||||
</tpl:Block>
|
||||
|
@ -8,11 +8,6 @@
|
||||
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" />
|
||||
</tpl:Block>
|
||||
|
||||
<tpl:Block name="dc-entry">
|
||||
<meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:ComListePageTitle}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
|
||||
<meta property="dc.language" content="{{tpl:BlogLanguage}}" />
|
||||
</tpl:Block>
|
||||
|
||||
<tpl:Block name="head-linkrel">
|
||||
<link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" />
|
||||
</tpl:Block>
|
||||
|
Loading…
Reference in New Issue
Block a user