]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/theme.php
Merge branch '1612-spool' of github.com:annando/friendica into 1612-spool
[friendica.git] / view / theme / frio / theme.php
index e1c2fd690844f2e5a8b2eac1aa18797e75015738..085d4d941f42e8db269d9cf73fae14a54d17a3c8 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Name: frio
  * Description: Bootstrap V3 theme. The theme is currently under construction, so it is far from finished. For further information have a look at the <a href="https://github.com/friendica/friendica/tree/develop/view/theme/frio/README.md">ReadMe</a>.
- * Version: V.0.2 Alpha
+ * Version: V.0.7
  * Author: Rabuzarus <https://friendica.kommune4.de/profile/rabuzarus>
  * 
  */
@@ -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();
@@ -223,7 +226,7 @@ function frio_remote_nav($a,&$nav) {
 
        } elseif(!local_user() && remote_user()) {
                $r = q("SELECT `name`, `nick`, `micro` AS `photo` FROM `contact` WHERE `id` = %d", intval(remote_user()));
-               $nav['remote'] = t("Remote");
+               $nav['remote'] = t("Guest");
 
        } elseif(get_my_url ()) {
                $r = q("SELECT `name`, `nick`, `photo` FROM `gcontact`