diff --git a/admin.php b/admin.php
index e10c8da..f2583c6 100644
--- a/admin.php
+++ b/admin.php
@@ -146,6 +146,17 @@ function showAdminInterface() {
Gérez les accès temporaires à vos albums privés.
+
diff --git a/albums.php b/albums.php
index 119e90a..617adea 100644
--- a/albums.php
+++ b/albums.php
@@ -44,13 +44,15 @@ $parentPath = dirname($currentPath);
if (!isSecurePath($parentPath)) {
$parentPath = null;
}
+
+$config = getSiteConfig();
?>
+
+
+
+
\ No newline at end of file
diff --git a/styles-admin.css b/styles-admin.css
index 97e3699..11b4d6e 100644
--- a/styles-admin.css
+++ b/styles-admin.css
@@ -301,6 +301,13 @@ body {
margin-bottom: 1.5rem;
}
+.form-help {
+ display: block;
+ margin-top: 0.5rem;
+ color: #888;
+ font-size: 0.9rem;
+}
+
/* Toggle pour contenu mature */
.toggle-label {
display: flex;
diff --git a/utilisateurs.php b/utilisateurs.php
index b0dfa04..5384a64 100644
--- a/utilisateurs.php
+++ b/utilisateurs.php
@@ -150,6 +150,8 @@ $result = $db->query('SELECT * FROM admins ORDER BY id');
while ($row = $result->fetchArray(SQLITE3_ASSOC)) {
$users[] = $row;
}
+
+$config = getSiteConfig();
?>
@@ -157,7 +159,7 @@ while ($row = $result->fetchArray(SQLITE3_ASSOC)) {