Rename soutien → support (English naming convention)
- getSoutenirContent() → getContent() - SOUTIEN_API_TOKEN → SUPPORT_API_TOKEN - API URL : api/soutien-content → api/support-content Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
322d9136b6
commit
1af076c3fd
6 changed files with 9 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
require_once __DIR__ . '/../includes/cache.php';
|
||||
$data = getSoutenirContent('en');
|
||||
$data = getContent('en');
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue