@@ -2,6 +2,6 @@ |
||
2 | 2 | include_once(ROOT.'libs/ckeditor/ckeditor.php'); |
3 | 3 | require_once(ROOT.'libs/ckfinder/ckfinder.php'); |
4 | 4 | $ckeditor = new CKEditor(); |
5 | - $ckeditor->basePath = WEBROOT.'libs/ckeditor/'; |
|
5 | + $ckeditor->basePath = WEBROOT.'libs/ckeditor/'; |
|
6 | 6 | CKFinder::SetupCKEditor($ckeditor, WEBROOT.'libs/ckfinder/'); |
7 | 7 | ?> |
8 | 8 | \ No newline at end of file |
@@ -20,7 +20,7 @@ |
||
20 | 20 | <button id="supprimer-page-contenu" type="button" class="submit-contenu supprimer-page supprimer open-popup" popup="supprimer-page" href="<?=ADMWEBROOT?>controller/core/admin/contenus/gestion/supprimer_page?id=<?=$id_page_courante?>"><i class="fa fa-times"></i>Supprimer cette page</button> |
21 | 21 | <?php endif; ?> |
22 | 22 | |
23 | - <?php require_once(ROOT."app/views/".$url.".php");?> |
|
23 | + <?php require_once(ROOT."app/views/".$url.".php"); ?> |
|
24 | 24 | </form> |
25 | 25 | |
26 | 26 | <script src="<?=LIBSWEBROOT?>ckeditor_new/ckeditor.js"></script> |