diff options
Diffstat (limited to 'view/tpl/install.tpl')
-rwxr-xr-x | view/tpl/install.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/view/tpl/install.tpl b/view/tpl/install.tpl new file mode 100755 index 000000000..0e77aa97b --- /dev/null +++ b/view/tpl/install.tpl @@ -0,0 +1,9 @@ +<h1>{{$title}}</h1> +<h2>{{$pass}}</h2> + + +{{if $status}} +<h3 class="error-message">{{$status}}</h3> +{{/if}} + +{{$text}} |