refactor: renommage PachaFamily → HouseHub
Deploy to Pacha Family / deploy (push) Failing after 3s

- Remplacement de toutes les occurrences PachaFamily/pachafamily/PACHAFAMILY
- Renommage pachafamily_source.md → househub_source.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
perco
2026-05-11 11:58:53 +02:00
co-authored by Claude Sonnet 4.6
parent 29f341b052
commit 3f7ed9c2f1
13 changed files with 60 additions and 60 deletions
+3 -3
View File
@@ -13,7 +13,7 @@ function getLangUrl($newLang) {
return '?' . http_build_query($params);
}
$pageTitle = $pageTitle ?? "PachaFamily";
$pageTitle = $pageTitle ?? "HouseHub";
$activePage = $activePage ?? "";
$currentLang = $_SESSION['app_lang'] ?? 'fr';
?>
@@ -40,7 +40,7 @@ $currentLang = $_SESSION['app_lang'] ?? 'fr';
<body class="<?= htmlspecialchars($bodyClass ?? '') ?>">
<header class="pf-header">
<a href="/index.php" class="pf-logo">PachaFamily</a>
<a href="/index.php" class="pf-logo">HouseHub</a>
<?php if (isset($_SESSION['user'])): ?>
<nav class="pf-nav">
@@ -81,7 +81,7 @@ $currentLang = $_SESSION['app_lang'] ?? 'fr';
<div class="pf-mobile-menu" id="mobileMenu">
<div class="pf-mobile-menu-header">
<span class="pf-logo">PachaFamily</span>
<span class="pf-logo">HouseHub</span>
<button class="pf-mobile-close-btn" id="closeMobileMenu">&times;</button>
</div>