Current oav website
This commit is contained in:
15
dotclear._no/plugins/pages/locales/en/resources.php
Normal file
15
dotclear._no/plugins/pages/locales/en/resources.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Dotclear
|
||||
* @subpackage Plugins
|
||||
*
|
||||
* @copyright Olivier Meunier & Association Dotclear
|
||||
* @copyright GPL-2.0-only
|
||||
*/
|
||||
|
||||
if (!isset($__resources['help']['pages'])) {
|
||||
$__resources['help']['pages'] = dirname(__FILE__) . '/help/pages.html';
|
||||
}
|
||||
if (!isset($__resources['help']['page'])) {
|
||||
$__resources['help']['page'] = dirname(__FILE__) . '/help/page.html';
|
||||
}
|
||||
Reference in New Issue
Block a user