Disable richtext editor for frio - followup for #2938
This commit is contained in:
parent
efb2df41ba
commit
d49325d177
3 changed files with 24 additions and 8 deletions
|
@ -16,6 +16,9 @@ function frio_init(&$a) {
|
|||
// disable the events module link in the profile tab
|
||||
$a->theme_events_in_profile = false;
|
||||
|
||||
// Disallow the richtext editor
|
||||
$a->theme_richtext_editor = false;
|
||||
|
||||
set_template_engine($a, 'smarty3');
|
||||
|
||||
$baseurl = $a->get_baseurl();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue