mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Moving to node_modules folder to make easier to upgrade
trying to move from Bootstrap 3 to Bootstrap 5
This commit is contained in:
parent
047e363a16
commit
d4d042e041
8460 changed files with 1355889 additions and 547977 deletions
|
@ -4,13 +4,14 @@ if (empty($advancedCustom->disableHTMLDescription)) {
|
|||
if(empty($tinyMCELibs)){
|
||||
$tinyMCELibs = 1;
|
||||
?>
|
||||
<script type="text/javascript" src="<?php echo getCDN(); ?>view/js/tinymce/tinymce.min.js"></script>
|
||||
<script type="text/javascript" src="<?php echo getURL('node_modules/tinymce/tinymce.min.js'); ?>"></script>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<script>
|
||||
tinymce.init({
|
||||
language: "<?php echo ($_SESSION['language']=='en_US')?'us':$_SESSION['language']; ?>",
|
||||
language_url : '<?php echo getURL('node_modules/tinymce-langs/langs/'.(($_SESSION['language']=='en_US')?'us':$_SESSION['language']).'.js'); ?>',
|
||||
selector: '#<?php echo $id; ?>', // change this value according to your HTML
|
||||
plugins: 'code print preview fullpage searchreplace autolink directionality visualblocks visualchars fullscreen image link media codesample table charmap hr pagebreak nonbreaking anchor toc insertdatetime advlist lists wordcount imagetools textpattern help ',
|
||||
//toolbar: 'fullscreen | formatselect | bold italic strikethrough forecolor backcolor permanentpen formatpainter | link image media pageembed | alignleft aligncenter alignright alignjustify | numlist bullist outdent indent | removeformat | addcomment',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue