]> git.mxchange.org Git - friendica.git/commitdiff
New template for http status messages
authorMichael Vogel <icarus@dabo.de>
Sat, 3 Oct 2015 21:19:09 +0000 (23:19 +0200)
committerMichael Vogel <icarus@dabo.de>
Sat, 3 Oct 2015 21:19:09 +0000 (23:19 +0200)
view/templates/http_status.tpl [new file with mode: 0644]

diff --git a/view/templates/http_status.tpl b/view/templates/http_status.tpl
new file mode 100644 (file)
index 0000000..55cc133
--- /dev/null
@@ -0,0 +1,9 @@
+<html>
+       <head>
+               <title>{{$title}}</title>
+       </head>
+       <body>
+               <h1>{{$title}}</h1>
+               <p>{{$description}}</p>
+       </body>
+</html>