15 lines
545 B
PHP
15 lines
545 B
PHP
<?php
|
|
# -- BEGIN LICENSE BLOCK ----------------------------------
|
|
# This file is part of comListe, a plugin for Dotclear.
|
|
#
|
|
# Copyright (c) 2008-2015 Benoit de Marne
|
|
# benoit.de.marne@gmail.com
|
|
#
|
|
# Licensed under the GPL version 2.0 license.
|
|
# A copy of this license is available in LICENSE file or at
|
|
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
|
# -- END LICENSE BLOCK ------------------------------------
|
|
|
|
if (!isset($__resources['help']['comListe'])) {
|
|
$__resources['help']['comListe'] = dirname(__FILE__).'/help/comListe.html';
|
|
} |