X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftheme.php;h=085d4d941f42e8db269d9cf73fae14a54d17a3c8;hb=d489ba1510a2dcfaa7851d937d3c37a9541544c9;hp=0547fdff146dfd0ca8d35a24ae3571ad60b4cc01;hpb=0e007679e15d7398369d85ae76bbb040e77882d2;p=friendica.git diff --git a/view/theme/frio/theme.php b/view/theme/frio/theme.php index 0547fdff14..085d4d941f 100644 --- a/view/theme/frio/theme.php +++ b/view/theme/frio/theme.php @@ -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();