22 lines
626 B
PHP
Executable File
22 lines
626 B
PHP
Executable File
<?php
|
|
# -- BEGIN LICENSE BLOCK ----------------------------------
|
|
# This file is part of dcStats, a plugin for Dotclear 2.
|
|
#
|
|
# Copyright (c) 2007-2010 Olivier Le Bris
|
|
# http://phoenix.cybride.net/
|
|
# Contributor : Pierre Van Glabeke
|
|
#
|
|
# Licensed under the Creative Commons by-nc-sa license.
|
|
# See LICENSE file or
|
|
# http://creativecommons.org/licenses/by-nc-sa/3.0/deed.fr_CA
|
|
# -- END LICENSE BLOCK ------------------------------------
|
|
#
|
|
# 2013-12-29
|
|
|
|
/**
|
|
* link html help page
|
|
*/
|
|
if (!isset($__resources['help']['dcStats'])) {
|
|
$__resources['help']['dcStats'] = dirname(__FILE__).'/help/dcStats.html';
|
|
}
|