add LEGAL_SERVICE_DESCRIPTION in config
This commit is contained in:
@@ -206,3 +206,4 @@ define('PRIORITY_CATEGORIES', [
|
|||||||
// define('LEGAL_LICENSE', 'GNU Affero General Public License version 3 (AGPL-V3)');
|
// define('LEGAL_LICENSE', 'GNU Affero General Public License version 3 (AGPL-V3)');
|
||||||
// define('LEGAL_LICENSE_URL', 'https://www.gnu.org/licenses/agpl-3.0.html');
|
// define('LEGAL_LICENSE_URL', 'https://www.gnu.org/licenses/agpl-3.0.html');
|
||||||
// define('LEGAL_SOURCE_CODE_URL', 'https://codeberg.org/Ka-Ubuntu/kaubuntu.re');
|
// define('LEGAL_SOURCE_CODE_URL', 'https://codeberg.org/Ka-Ubuntu/kaubuntu.re');
|
||||||
|
// define('LEGAL_SERVICE_DESCRIPTION', 'est une plateforme multimédia proposant des contenus vidéo, des actualités et des informations liées au mouvement politique indépendantiste et panafricaniste réunionnais Ka-Ubuntu.');
|
||||||
|
|||||||
@@ -79,6 +79,7 @@ if (!defined('LEGAL_CONTACT_EMAIL')) define('LEGAL_CONTACT_EMAIL', 'zinfos@kaubu
|
|||||||
if (!defined('LEGAL_LICENSE')) define('LEGAL_LICENSE', 'GNU Affero General Public License version 3 (AGPL-V3)');
|
if (!defined('LEGAL_LICENSE')) define('LEGAL_LICENSE', 'GNU Affero General Public License version 3 (AGPL-V3)');
|
||||||
if (!defined('LEGAL_LICENSE_URL')) define('LEGAL_LICENSE_URL', 'https://www.gnu.org/licenses/agpl-3.0.html');
|
if (!defined('LEGAL_LICENSE_URL')) define('LEGAL_LICENSE_URL', 'https://www.gnu.org/licenses/agpl-3.0.html');
|
||||||
if (!defined('LEGAL_SOURCE_CODE_URL')) define('LEGAL_SOURCE_CODE_URL', 'https://codeberg.org/Ka-Ubuntu/kaubuntu.re');
|
if (!defined('LEGAL_SOURCE_CODE_URL')) define('LEGAL_SOURCE_CODE_URL', 'https://codeberg.org/Ka-Ubuntu/kaubuntu.re');
|
||||||
|
if (!defined('LEGAL_SERVICE_DESCRIPTION')) define('LEGAL_SERVICE_DESCRIPTION', 'est une plateforme multimédia proposant des contenus vidéo, des actualités et des informations liées au mouvement politique indépendantiste et panafricaniste réunionnais Ka-Ubuntu.');
|
||||||
|
|
||||||
// Fonctionnalités
|
// Fonctionnalités
|
||||||
define('ENABLE_SEARCH', true);
|
define('ENABLE_SEARCH', true);
|
||||||
|
|||||||
@@ -42,8 +42,7 @@
|
|||||||
|
|
||||||
<h3 class="info-header">2. Description du service</h3>
|
<h3 class="info-header">2. Description du service</h3>
|
||||||
<p class="info-text">
|
<p class="info-text">
|
||||||
<strong><?php echo APP_HOST_NAME; ?></strong> est une plateforme multimédia proposant des contenus vidéo, des actualités et des informations
|
<strong><?php echo APP_HOST_NAME; ?></strong> <?php echo LEGAL_SERVICE_DESCRIPTION; ?>
|
||||||
liées au mouvement politique indépendantiste et panafricaniste réunionnais.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3 class="info-header">3. Responsabilité des utilisateurs</h3>
|
<h3 class="info-header">3. Responsabilité des utilisateurs</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user