XOOPS  2.6.0
_localsupport.php
Go to the documentation of this file.
1 <?php
2 // $Id$
3 
4 $menu = array();
5 
6 // sample for English support
7 /*
8 $menu[] = array(
9  'link' => 'http://www.xoops.org',
10  'title' => 'XOOPS',
11  'absolute' => 1,
12  'icon' => \XoopsBaseConfig::get('adminthemes-url') . '/default/images/xoops.png'
13 );
14 
15 $menu[] = array(
16  'link' => 'http://www.xoops.org',
17  'title' => 'XOOPS',
18  'absolute' => 1,
19  'icon' => XOOPS_ADMINTHEME_URL . '/default/images/xoops.png'
20 );
21 
22 $menu[] = array(
23  'link' => 'http://www.xoops.org/modules/library/',
24  'title' => _AD_XOOPSTHEMES,
25  'absolute' => 1,
26  'icon' => XOOPS_ADMINTHEME_URL . '/default/images/tweb.png'
27 );
28 
29 $menu[] = array(
30  'link' => 'http://www.xoops.org/modules/modules-search/',
31  'title' => _AD_XOOPSMODULES,
32  'absolute' => 1,
33  'icon' => XOOPS_ADMINTHEME_URL . '/default/images/xoops.png'
34 );
35 */
36 
37 return $menu;
38 ?>
$menu