diff --git a/view/theme/frio/templates/admin/storage.tpl b/view/theme/frio/templates/admin/storage.tpl
index 76c405860e..7068954e77 100644
--- a/view/theme/frio/templates/admin/storage.tpl
+++ b/view/theme/frio/templates/admin/storage.tpl
@@ -1,4 +1,4 @@
-
{{$title}} - {{$page}}
diff --git a/view/theme/frio/templates/admin/summary.tpl b/view/theme/frio/templates/admin/summary.tpl
index 78c4f6e35c..2b9f6b0624 100644
--- a/view/theme/frio/templates/admin/summary.tpl
+++ b/view/theme/frio/templates/admin/summary.tpl
@@ -31,8 +31,8 @@
{{* The Friendica version. *}}
-
{{$version.0}}
-
{{$platform}} '{{$codename}}' {{$version.1}} - {{$build}}
+
{{$version_label}}
+
{{$platform}} '{{$codename}}' {{$VERSION}} - {{$build}}
{{* Server Settings. *}}
diff --git a/view/theme/frio/templates/calendar/calendar_head.tpl b/view/theme/frio/templates/calendar/calendar_head.tpl
index 98fc92f1ad..e6fe9da235 100644
--- a/view/theme/frio/templates/calendar/calendar_head.tpl
+++ b/view/theme/frio/templates/calendar/calendar_head.tpl
@@ -1,5 +1,5 @@
-
+
+
{{if $editable == 1}}
diff --git a/view/theme/frio/templates/contacts-head.tpl b/view/theme/frio/templates/contacts-head.tpl
index 0af30ded55..45438cdbd2 100644
--- a/view/theme/frio/templates/contacts-head.tpl
+++ b/view/theme/frio/templates/contacts-head.tpl
@@ -1,2 +1,2 @@
-
+
diff --git a/view/theme/frio/templates/head.tpl b/view/theme/frio/templates/head.tpl
index 5003cb5a1b..5c73df7d57 100644
--- a/view/theme/frio/templates/head.tpl
+++ b/view/theme/frio/templates/head.tpl
@@ -6,56 +6,56 @@
{{* All needed css files - Note: css must be inserted before js files *}}
-
-
+
-
-
-
-
{{* own css files *}}
-
-
{{foreach $stylesheets as $stylesheetUrl => $media}}
@@ -81,74 +81,74 @@
{{* The js files we use *}}
-
-
+
-
+
-
+ src="view/asset/textcomplete/dist/textcomplete.min.js?v={{$VERSION}}">
+
-
+
-
-
+
+
-
+
+ src="view/theme/frio/frameworks/bootstrap/js/bootstrap.min.js?v={{$VERSION}}">
+ src="view/theme/frio/frameworks/jasny/js/jasny-bootstrap.custom.js?v={{$VERSION}}">
+ src="view/theme/frio/frameworks/ekko-lightbox/ekko-lightbox.min.js?v={{$VERSION}}">
+ src="view/theme/frio/frameworks/flexMenu/flexmenu.custom.js?v={{$VERSION}}">
+ src="view/theme/frio/frameworks/autosize/autosize.min.js?v={{$VERSION}}">
+ src="view/theme/frio/frameworks/sticky-kit/jquery.sticky-kit.min.js?v={{$VERSION}}">
{{* own js files *}}
-
-
+
+
{{if ! $block_public}}
-
+
{{/if}}
-
-
-
+
+
+
-
-
-
+
+
+
-
-
+
+
+
-
+
+
{{$title}} - {{$page}}
diff --git a/view/theme/frio/templates/moderation/users/active.tpl b/view/theme/frio/templates/moderation/users/active.tpl
index fd61ea50fb..4ba099ddb1 100644
--- a/view/theme/frio/templates/moderation/users/active.tpl
+++ b/view/theme/frio/templates/moderation/users/active.tpl
@@ -1,5 +1,5 @@
-
-
+
+
{{$title}} - {{$page}} ({{$count}})
diff --git a/view/theme/frio/templates/moderation/users/blocked.tpl b/view/theme/frio/templates/moderation/users/blocked.tpl
index f2dbc386d0..7e78c1c49f 100644
--- a/view/theme/frio/templates/moderation/users/blocked.tpl
+++ b/view/theme/frio/templates/moderation/users/blocked.tpl
@@ -1,5 +1,5 @@
-
-
+
+
{{$title}} - {{$page}} ({{$count}})
diff --git a/view/theme/frio/templates/moderation/users/deleted.tpl b/view/theme/frio/templates/moderation/users/deleted.tpl
index d8501d616f..d191facfa3 100644
--- a/view/theme/frio/templates/moderation/users/deleted.tpl
+++ b/view/theme/frio/templates/moderation/users/deleted.tpl
@@ -1,5 +1,5 @@
-
-
+
+
{{$title}} - {{$page}} ({{$count}})
diff --git a/view/theme/frio/templates/moderation/users/index.tpl b/view/theme/frio/templates/moderation/users/index.tpl
index b03d2a540d..ea8279dd60 100644
--- a/view/theme/frio/templates/moderation/users/index.tpl
+++ b/view/theme/frio/templates/moderation/users/index.tpl
@@ -1,5 +1,5 @@
-
-
+
+
{{$title}} - {{$page}} ({{$count}})
diff --git a/view/theme/frio/templates/moderation/users/pending.tpl b/view/theme/frio/templates/moderation/users/pending.tpl
index 4960ff00b4..bcded294dd 100644
--- a/view/theme/frio/templates/moderation/users/pending.tpl
+++ b/view/theme/frio/templates/moderation/users/pending.tpl
@@ -1,5 +1,5 @@
-
-
+
+
{{$title}} - {{$page}} ({{$count}})
diff --git a/view/theme/frio/templates/notifications/notifications.tpl b/view/theme/frio/templates/notifications/notifications.tpl
index 5a327a063c..58122b516b 100644
--- a/view/theme/frio/templates/notifications/notifications.tpl
+++ b/view/theme/frio/templates/notifications/notifications.tpl
@@ -1,5 +1,5 @@
-
-
+
+
{{include file="section_title.tpl" title=$header}}
diff --git a/view/theme/frio/templates/photos_head.tpl b/view/theme/frio/templates/photos_head.tpl
index 4b460b9dda..657394f53b 100644
--- a/view/theme/frio/templates/photos_head.tpl
+++ b/view/theme/frio/templates/photos_head.tpl
@@ -1,5 +1,5 @@
-
+
diff --git a/view/theme/frio/templates/theme_settings.tpl b/view/theme/frio/templates/theme_settings.tpl
index 0e10070684..2d6d781c4b 100644
--- a/view/theme/frio/templates/theme_settings.tpl
+++ b/view/theme/frio/templates/theme_settings.tpl
@@ -1,5 +1,5 @@
-
-
+
+
diff --git a/view/theme/frio/templates/threaded_conversation.tpl b/view/theme/frio/templates/threaded_conversation.tpl
index 6eb687d87b..ca65045578 100644
--- a/view/theme/frio/templates/threaded_conversation.tpl
+++ b/view/theme/frio/templates/threaded_conversation.tpl
@@ -1,5 +1,5 @@
-{{if !$update}}{{/if}}
-{{if $mode == display}}{{/if}}
+{{if !$update}}{{/if}}
+{{if $mode == display}}{{/if}}
{{$live_update nofilter}}
{{foreach $threads as $thread}}