MyBB Community Forums

Full Version: Path of language file of SCEditor not correct
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Path of language file of sceditor:

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/editor_languages/{$lang->settings['htmllang']}.js"></script>

but correct Path is:

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/editor_languages/{$lang->settings['htmllang']}.js"></script>
Where is that? I cannot find it.
Alright so I'm rejecting this as this no longer applies.