diff --git a/core/module/page/view/edit/edit.php b/core/module/page/view/edit/edit.php index 2f4be106..16963ef9 100644 --- a/core/module/page/view/edit/edit.php +++ b/core/module/page/view/edit/edit.php @@ -21,14 +21,14 @@
'buttonRed', - 'href' => helper::baseUrl() . 'page/delete/' . $this->getUrl(2) . '&csrf=' . $_SESSION['csrf'], + 'href' => helper::baseUrl() . 'page/delete/' . $this->getUrl(2), 'value' => template::ico('trash'), 'help' => 'Effacer la page' ]); ?>
helper::baseUrl() . 'page/duplicate/' . $this->getUrl(2) . '&csrf=' . $_SESSION['csrf'], + 'href' => helper::baseUrl() . 'page/duplicate/' . $this->getUrl(2), 'value' => template::ico('clone'), 'help' => 'Dupliquer la page' ]); ?> diff --git a/core/module/theme/view/admin/admin.php b/core/module/theme/view/admin/admin.php index 4b237641..d306688a 100644 --- a/core/module/theme/view/admin/admin.php +++ b/core/module/theme/view/admin/admin.php @@ -17,7 +17,7 @@
'buttonRed', - 'href' => helper::baseUrl() . 'theme/reset/admin' . '&csrf=' . $_SESSION['csrf'], + 'href' => helper::baseUrl() . 'theme/reset/admin', 'value' => template::ico('cancel'), 'help' => 'Réinitialiser avec le thème par défaut' ]); ?> diff --git a/core/module/theme/view/advanced/advanced.php b/core/module/theme/view/advanced/advanced.php index edb4b592..f75a0d4c 100644 --- a/core/module/theme/view/advanced/advanced.php +++ b/core/module/theme/view/advanced/advanced.php @@ -9,7 +9,7 @@
helper::baseUrl() . 'theme/reset/custom' . '&csrf=' . $_SESSION['csrf'], + 'href' => helper::baseUrl() . 'theme/reset/custom', 'class' => 'buttonRed', 'value' => template::ico('cancel'), 'help' => 'Réinitialiser la feuille de style' diff --git a/core/module/theme/view/manage/manage.php b/core/module/theme/view/manage/manage.php index 0a17edd7..66c648da 100644 --- a/core/module/theme/view/manage/manage.php +++ b/core/module/theme/view/manage/manage.php @@ -10,7 +10,7 @@
'buttonRed', - 'href' => helper::baseUrl() . 'theme/reset/manage' . '&csrf=' . $_SESSION['csrf'], + 'href' => helper::baseUrl() . 'theme/reset/manage', 'value' => template::ico('cancel'), 'help' => 'Réinitialiser avec le thème par défaut' ]); ?>