diff options
author | friendica <info@friendica.com> | 2012-01-02 14:04:08 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-02 14:04:08 -0800 |
commit | f1ee5f48d4a0bb2f293c6c9a38ba71cbeb9d14fa (patch) | |
tree | 077a9b89be96de24b2528719b403b663feb0cc88 /view/install.tpl | |
parent | 3f2a492ce799e6328b9a52150319d303727df21b (diff) | |
parent | bbf491d52b73ff8152ecdf6700842eaa7a8d3bb8 (diff) | |
download | volse-hubzilla-f1ee5f48d4a0bb2f293c6c9a38ba71cbeb9d14fa.tar.gz volse-hubzilla-f1ee5f48d4a0bb2f293c6c9a38ba71cbeb9d14fa.tar.bz2 volse-hubzilla-f1ee5f48d4a0bb2f293c6c9a38ba71cbeb9d14fa.zip |
Merge branch 'pull'
Diffstat (limited to 'view/install.tpl')
-rw-r--r-- | view/install.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/install.tpl b/view/install.tpl new file mode 100644 index 000000000..b3a5f46ff --- /dev/null +++ b/view/install.tpl @@ -0,0 +1,10 @@ + +<h1>$title</h1> +<h2>$pass</h2> + + +{{ if $status }} +<h3 class="error-message">$status</h3> +{{ endif }} + +$text |