]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/theme.php
- Remove TinyMCE mentions in themes
[friendica.git] / view / theme / frio / theme.php
index d8b10c4e3efe523bb083c633986594876bd638a7..7584e0b379962b3ca106db23d4467a0c622f8f33 100644 (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();