1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00

Fix editor_init.tpl

This commit is contained in:
Denis Shakhov 2013-05-24 21:40:48 +07:00
parent 315ec30e24
commit 63132d878f
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
{if $oConfig->GetValue('view.wysiwyg')}
{* WYSIWYG редактор *}
{hookb run='editor_init_wysiwyg'}
{hookb run='editor_init_wysiwyg' sEditorType=$sEditorType sEditorSelector=$sEditorSelector}
{if $sEditorType == 'comment'}
{$sSettings = 'ls.settings.getTinymceComment()'}
{else}
@ -49,7 +49,7 @@
{else}
{* Markup редактор *}
{hookb run='editor_init_markup'}
{hookb run='editor_init_markup' sEditorType=$sEditorType sEditorSelector=$sEditorSelector}
{include file='modals/modal.upload_image.tpl'}
{if $sEditorType == 'comment'}

View file

@ -24,7 +24,7 @@
{if $oConfig->GetValue('view.wysiwyg')}
{* WYSIWYG редактор *}
{hookb run='editor_init_wysiwyg'}
{hookb run='editor_init_wysiwyg' sEditorType=$sEditorType sEditorSelector=$sEditorSelector}
{if $sEditorType == 'comment'}
{$sSettings = 'ls.settings.getTinymceComment()'}
{else}
@ -49,7 +49,7 @@
{else}
{* Markup редактор *}
{hookb run='editor_init_markup'}
{hookb run='editor_init_markup' sEditorType=$sEditorType sEditorSelector=$sEditorSelector}
{include file='modals/modal.upload_image.tpl'}
{if $sEditorType == 'comment'}