From 7b4af63a90a726b98a59b83e53f040a7a566a11d Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 10 Nov 2021 17:53:13 +0100 Subject: Update --- .../admin/gallery/addcategory/index.php | 39 +--- Neutron-trunk/cms-special/admin/gallery/index.php | 218 +-------------------- .../cms-special/admin/gallery/publish/index.php | 57 +----- 3 files changed, 3 insertions(+), 311 deletions(-) mode change 100755 => 100644 Neutron-trunk/cms-special/admin/gallery/addcategory/index.php mode change 100755 => 100644 Neutron-trunk/cms-special/admin/gallery/index.php mode change 100755 => 100644 Neutron-trunk/cms-special/admin/gallery/publish/index.php (limited to 'Neutron-trunk/cms-special/admin/gallery') diff --git a/Neutron-trunk/cms-special/admin/gallery/addcategory/index.php b/Neutron-trunk/cms-special/admin/gallery/addcategory/index.php old mode 100755 new mode 100644 index 68451fc..3674402 --- a/Neutron-trunk/cms-special/admin/gallery/addcategory/index.php +++ b/Neutron-trunk/cms-special/admin/gallery/addcategory/index.php @@ -1,39 +1,2 @@ - "Nouvelle catégorie - Galerie de photos", "headerName" => "Nouvelle catégorie" ]; require_once $_SERVER['DOCUMENT_ROOT'] . "/cms-special/admin/\$resources/precontent.php"; ?> -
- "> -

-

-
- - - \ No newline at end of file + \ No newline at end of file diff --git a/Neutron-trunk/cms-special/admin/gallery/index.php b/Neutron-trunk/cms-special/admin/gallery/index.php old mode 100755 new mode 100644 index 7623820..e977d90 --- a/Neutron-trunk/cms-special/admin/gallery/index.php +++ b/Neutron-trunk/cms-special/admin/gallery/index.php @@ -1,218 +1,2 @@ - "Galerie de photos", "headerName" => "Galerie de photos" ]; require_once $_SERVER['DOCUMENT_ROOT'] . "/cms-special/admin/\$resources/precontent.php"; ?> - -

- -

- - -

- - - - + \ No newline at end of file diff --git a/Neutron-trunk/cms-special/admin/gallery/publish/index.php b/Neutron-trunk/cms-special/admin/gallery/publish/index.php old mode 100755 new mode 100644 index e2768ac..3674402 --- a/Neutron-trunk/cms-special/admin/gallery/publish/index.php +++ b/Neutron-trunk/cms-special/admin/gallery/publish/index.php @@ -1,57 +1,2 @@ - "Nouvelle photo - Galerie de photos", "headerName" => "Nouvelle photo" ]; require_once $_SERVER['DOCUMENT_ROOT'] . "/cms-special/admin/\$resources/precontent.php"; ?> -
-

-

-

-
- - - \ No newline at end of file + \ No newline at end of file -- cgit