XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
localsupport.php
Go to the documentation of this file.
1
<?php
2
// $Id: localsupport.php 8066 2011-11-06 05:09:33Z beckmi $
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' => XOOPS_URL . '/modules/system/class/gui/paradigme/icons/xoops.png'
13
);
14
15
$menu[] = array(
16
'link' => 'http://www.xoops.org',
17
'title' => 'XOOPS',
18
'absolute' => 1,
19
'icon' => XOOPS_URL . '/modules/system/class/gui/paradigme/icons/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_URL . '/modules/system/class/gui/paradigme/icons/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_URL . '/modules/system/class/gui/paradigme/icons/xoops.png'
34
);
35
*/
36
37
return
$menu
;
38
?>
L:
0xoops
xoops-2.5.6
htdocs
modules
system
themes
zetadigme
language
english
localsupport.php
Generated on Fri May 10 2013 01:04:29 for XOOPS 2.5.6 by
1.8.3.1