summaryrefslogtreecommitdiff
path: root/help3/xhpeditor/config.php
blob: 7fef3964922b6b0757d78380986115e1da5ea7c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/*
 * 
 *  This file is part of the LibreOffice project.
 * 
 *  This Source Code Form is subject to the terms of the Mozilla Public
 *  License, v. 2.0. If a copy of the MPL was not distributed with this
 *  file, You can obtain one at https://mozilla.org/MPL/2.0/.
 */

$CONFIG = array (
'help_path' => 'helpcontent2/source/',
'icon_path' => 'icon-themes',
'productname' => 'LibreOffice',
'xhpDTD' => 'helpcontent2/helpers/xmlhelp.dtd',
);

?>