X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftheme.php;h=085d4d941f42e8db269d9cf73fae14a54d17a3c8;hb=c5d571287c5502a537f6917357df2a518c42a40a;hp=a7c3b0c5dc4f54548a00af96fdb3c565400ba8e6;hpb=d40f32cc5508c3fd8a8987fee76170febec19589;p=friendica.git diff --git a/view/theme/frio/theme.php b/view/theme/frio/theme.php index a7c3b0c5dc..085d4d941f 100644 --- a/view/theme/frio/theme.php +++ b/view/theme/frio/theme.php @@ -1,8 +1,8 @@ ReadMe and GitHub. - * Version: V.0.1 Alpha + * Description: Bootstrap V3 theme. The theme is currently under construction, so it is far from finished. For further information have a look at the ReadMe. + * Version: V.0.7 * Author: Rabuzarus * */ @@ -12,6 +12,13 @@ $frio = "view/theme/frio"; global $frio; 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(); @@ -219,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` @@ -313,4 +320,4 @@ function frio_acl_lookup($a, &$results) { $results["items"] = $contacts; $results["tot"] = $total; } -} \ No newline at end of file +}