|
|
@@ -17,8 +17,8 @@ if (isset($_SESSION['user'])) {
|
|
17
|
17
|
|
|
18
|
18
|
tinymce.init({
|
|
19
|
19
|
selector: '.editor',
|
|
20
|
|
- plugins: 'image',
|
|
21
|
|
- toolbar: "undo redo | styleselect | bold italic | image | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent",
|
|
|
20
|
+ plugins: 'image link',
|
|
|
21
|
+ toolbar: "undo redo | styleselect | bold italic | image link | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent",
|
|
22
|
22
|
menubar: false,
|
|
23
|
23
|
images_upload_url: 'handleUpload.php',
|
|
24
|
24
|
height: '400px'
|