diff options
Diffstat (limited to 'Neutron-trunk/cms-special/admin-v2/customization')
-rw-r--r--[-rwxr-xr-x] | Neutron-trunk/cms-special/admin-v2/customization/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Neutron-trunk/cms-special/admin-v2/customization/index.php b/Neutron-trunk/cms-special/admin-v2/customization/index.php index 66aee2f..a50196b 100755..100644 --- a/Neutron-trunk/cms-special/admin-v2/customization/index.php +++ b/Neutron-trunk/cms-special/admin-v2/customization/index.php @@ -1,5 +1,5 @@ <?php require_once "../../../resources/private/relative.php"; getRelativeDetails("cms-special"); ?> -<?php $pageConfig = [ "domName" => "Personnalisation", "headerName" => "Personnalisation" ]; require_once $_SERVER['DOCUMENT_ROOT'] . "/cms-special/admin/\$resources/precontent.php"; ?> +<?php $pageConfig = [ "domName" => "Personnalisation", "headerName" => "Personnalisation" ]; require_once $_SERVER['DOCUMENT_ROOT'] . "/cms-special/admin-v2/\$resources/precontent.php"; ?> <div class="hidden"> <h3><?= $lang["admin-customization"]["theme"] ?></h3> <select id="theme" onchange="updateTheme()"> @@ -148,7 +148,7 @@ </div> </div> -<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/cms-special/admin/\$resources/postcontent.php"; ?> +<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/cms-special/admin-v2/\$resources/postcontent.php"; ?> <script> function updateColors() { |