XOOPS  2.6.0
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
Definition: support.php:7