saba/locales/fr/resources.php

22 lines
625 B
PHP
Raw Normal View History

2021-08-21 20:12:28 +00:00
<?php
2022-11-17 21:41:04 +00:00
2021-08-21 20:12:28 +00:00
# -- BEGIN LICENSE BLOCK ----------------------------------
#
# This file is part of saba, a plugin for Dotclear 2.
2022-11-17 21:41:04 +00:00
#
2021-08-21 20:22:49 +00:00
# Copyright (c) 2009-2021 Jean-Christian Denis and contributors
2022-11-17 21:41:04 +00:00
#
2021-08-21 20:12:28 +00:00
# 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 (!defined('DC_RC_PATH')) {
return null;
2021-08-21 20:12:28 +00:00
}
if (!empty($_REQUEST['module']) && $_REQUEST['module'] == 'saba') {
2022-11-17 21:41:04 +00:00
dcCore::app()->resources['help']['core_plugins_conf'] = __DIR__ . '/help/help.html';
}