Skip to content
Snippets Groups Projects
Commit 8bd2682a authored by Damien's avatar Damien
Browse files

FIX #5547 Load tinymce

parent 59386f22
No related branches found
No related tags found
No related merge requests found
...@@ -33,9 +33,7 @@ if (isset($_REQUEST['template_content']) && !empty($_REQUEST['template_content'] ...@@ -33,9 +33,7 @@ if (isset($_REQUEST['template_content']) && !empty($_REQUEST['template_content']
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="<?php echo $_SESSION['config']['lang'] ?>" /> <meta http-equiv="Content-Language" content="<?php echo $_SESSION['config']['lang'] ?>" />
<link rel="stylesheet" type="text/css" href="<?php functions::xecho($_SESSION['config']['css']);?>" media="screen" /> <link rel="stylesheet" type="text/css" href="<?php functions::xecho($_SESSION['config']['css']);?>" media="screen" />
<!--[if lt IE 7.0]> <link rel="stylesheet" type="text/css" href="<?php functions::xecho($_SESSION['config']['css_IE']);?>" media="screen" /> <![endif]--> <script type="text/javascript" src="../../node_modules/tinymce/tinymce.min.js"></script>
<!--[if gte IE 7.0]> <link rel="stylesheet" type="text/css" href="<?php functions::xecho($_SESSION['config']['css_IE7']);?>" media="screen" /> <![endif]-->
<script type="text/javascript" src="js/functions.js"></script>
<?php <?php
$_SESSION['mode_editor'] = false; $_SESSION['mode_editor'] = false;
include('modules/templates/load_editor.php'); include('modules/templates/load_editor.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment