1
0
Fork 0

Disable richtext editor for frio - followup for #2938

This commit is contained in:
Michael 2016-11-29 20:04:31 +00:00
commit d49325d177
3 changed files with 24 additions and 8 deletions

View file

@ -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();