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