WIP : sauvegarde avant de continuer ordreGF fctionne mais pas les btn
This commit is contained in:
+3
-1
@@ -1,9 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Bourse - Page d'Accueil</title>
|
||||
<title>Bourse</title>
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<?php if (!empty($pageStylesheets) && is_array($pageStylesheets)): ?>
|
||||
<?php foreach ($pageStylesheets as $sheet): ?>
|
||||
@@ -12,6 +13,7 @@
|
||||
<?php endif; ?>
|
||||
<link rel="shortcut icon" href="/assets/images/favicon.png" type="image/x-icon">
|
||||
</head>
|
||||
|
||||
<body class="<?= !empty($bodyClass) ? htmlspecialchars($bodyClass, ENT_QUOTES, 'UTF-8') : '' ?>">
|
||||
<header class="header">
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user