Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:if (!@$UserManager) $UserManager = $Context->ObjectFactory->NewContextObject($Context, "UserManager");
$AccountUserID = ForceIncomingInt("u", $Context->Session->UserID);
if (!@$AccountUser) $AccountUser = $UserManager->GetUserById($AccountUserID);
$UserStyle = $AccountUser->StyleUrl . "vanilla.css";oFCKeditor.Config["EditorAreaCSS"] = "' . $Configuration['WEB_ROOT'] . $UserStyle";
oFCKeditor.Config["EditorAreaCSS"] = "' . $UserStyle . '";