XOOPS
2.6.0
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
support.php
Go to the documentation of this file.
1
<?php
2
// $Id$
3
// _LANGCODE: en
4
// _CHARSET : UTF-8
5
// Translator: XOOPS Translation Team
6
7
$supports
= array();
8
9
// Support site for English
10
$supports
[
"en_US"
] = array(
11
"url"
=>
"http://www.xoops.org/"
,
12
"title"
=>
"English support"
,
13
);
14
15
// Add extra support sites, use corresponding language folder name as key, for instance:
16
/*
17
$supports["french"] = array(
18
"url" => "http://www.frxoops.org/",
19
"title" => "Support francophone"
20
);
21
*/
22
?>
$supports
$supports
Definition:
support.php:7
usr64
htdocs
install
locale
en_US
support.php
Generated on Fri May 22 2015 03:07:02 for XOOPS by
1.8.9.1