mirror of
https://github.com/e107inc/e107.git
synced 2025-10-18 16:26:20 +02:00
TinyMce Image-insert and Auto-Image resizing (see admin->media-manager->preferences)
This commit is contained in:
@@ -14,7 +14,9 @@ require_once("../../../../class2.php");
|
||||
|
||||
if($_POST['mode'] == 'tohtml')
|
||||
{
|
||||
echo $tp->toHtml($_POST['content'],true);
|
||||
e107::getBB()->setClass($_SESSION['media_category']);
|
||||
echo $tp->toHtml($_POST['content'],true);
|
||||
e107::getBB()->clearClass();
|
||||
}
|
||||
|
||||
if($_POST['mode'] == 'tobbcode')
|
||||
|
Reference in New Issue
Block a user