XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
support.php
Go to the documentation of this file.
1
<?php
2
// $Id: support.php 8066 2011-11-06 05:09:33Z beckmi $
3
// _LANGCODE: en
4
// _CHARSET : UTF-8
5
// Translator: XOOPS Translation Team
6
7
$supports
= array();
8
9
// Support site for English
10
$supports
[
"english"
] = 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
?>
L:
0xoops
xoops-2.5.6
htdocs
install
language
english
support.php
Generated on Fri May 10 2013 01:04:27 for XOOPS 2.5.6 by
1.8.3.1