]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/home.tpl
Move translation strings in their own array for confirm templates
[friendica.git] / view / theme / frio / templates / home.tpl
index dd53a1eae43b785229b0de759e75805b1b8f07c6..8552f25830d0ae991c7c0e57066587a6b8f3d141 100644 (file)
@@ -5,7 +5,7 @@
        <div class="col-sm-12">
                <div class="panel panel-default login-panel-content">
                        <div class="panel-body">
-                               {{$content}}
+                               {{$content nofilter}}
                        </div>
                </div>
        </div>
                {{if $customhome != false }}
                        {{include file="$customhome"}}
                {{else}}
-                       {{$defaultheader}}
+                       {{$defaultheader nofilter}}
                {{/if}}
        </div>
        <div class="col-md-5 col-sm-12 login-form">
-       {{$login}}
+       {{$login nofilter}}
        </div>
 {{/if}}
 </div>
\ No newline at end of file