- Remove TinyMCE mentions in themes

This commit is contained in:
Hypolite Petovan 2017-01-26 22:54:32 -05:00
commit 4ad6a7f073
25 changed files with 318 additions and 1199 deletions

View file

@ -16,9 +16,6 @@ function frio_init(App $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 = App::get_baseurl();