diff --git a/fluxRSS/src/model/AdminModel.php b/fluxRSS/src/model/AdminModel.php index a81acdc..80bef95 100755 --- a/fluxRSS/src/model/AdminModel.php +++ b/fluxRSS/src/model/AdminModel.php @@ -38,6 +38,6 @@ class AdminModel unset($_SESSION['role']); $_SESSION['pseudo'] = ""; unset($_SESSION['pseudo']); - header("Location: /~mapoint2/SAE/Php_RSS/fluxRSS/admin"); + header("Location: /~rorossetto/Php_RSS/fluxRSS/admin"); } } \ No newline at end of file diff --git a/fluxRSS/templates/CSS/myStyle.css b/fluxRSS/templates/CSS/myStyle.css index 77c071d..a9d2c28 100755 --- a/fluxRSS/templates/CSS/myStyle.css +++ b/fluxRSS/templates/CSS/myStyle.css @@ -2,10 +2,6 @@ .myBody{ background-color: rgba(255,187,248,0.50); } -.centreCa{ - display: flex; - justify-content: center; -} .imgArticle{ width: 15em; margin: 1em; @@ -17,10 +13,12 @@ font-size: xxx-large; } .caseInfo{ + margin: 1em; + padding: 1em; background-color: rgba(255,185,251,0.61); } .dnconnect{ - padding: 2em; + padding: 1em; display: flex; justify-content: right; } diff --git a/fluxRSS/templates/erreur.html b/fluxRSS/templates/erreur.html index 5f0a25d..8f66976 100755 --- a/fluxRSS/templates/erreur.html +++ b/fluxRSS/templates/erreur.html @@ -6,7 +6,6 @@
- {{article.dateStr()}}
-
- {{ article.getTitle() }}
+
+ {{article.dateStr()}}
+
+ {{ article.getTitle() }}
{{ article.getDescription() }}