PHP Classes

File: htdocs/install/language/english/support.php

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/install/language/english/support.php   Download  
File: htdocs/install/language/english/support.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: updated install, Bootstrap 5.3.3
PER-CS formatting
short array
Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

Merge xswatch4
Date: 2 months ago
Size: 455 bytes
 

Contents

Class file image Download
<?php

//
// _LANGCODE: en
// _CHARSET : UTF-8
// Translator: XOOPS Translation Team

$supports = [];

// Support site for English
$supports['english'] = [
   
'url' => 'https://xoops.org/',
   
'title' => 'English support',
];

// Add extra support sites, use corresponding language folder name as key, for instance:
/*
$supports["french"] = array(
    "url" => "https://www.frxoops.org/",
    "title" => "Support francophone"
);
*/

return $supports;