summaryrefslogtreecommitdiff
path: root/tpls
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-09-21 12:01:51 +0200
committerKevin Chabowski <kevin@kch42.de>2013-09-21 12:01:51 +0200
commit210c7b6c0eb4dac9bd7cbd9025dcb8032320dbde (patch)
treed72ed72f5565b384893c93d10262599f76babe3f /tpls
parentac949695791da439496c4ce96ddda3153437e23a (diff)
downloadmailremind-210c7b6c0eb4dac9bd7cbd9025dcb8032320dbde.tar.gz
mailremind-210c7b6c0eb4dac9bd7cbd9025dcb8032320dbde.tar.bz2
mailremind-210c7b6c0eb4dac9bd7cbd9025dcb8032320dbde.zip
Added index page
Diffstat (limited to 'tpls')
-rw-r--r--tpls/index.tpl7
-rw-r--r--tpls/master.tpl5
2 files changed, 10 insertions, 2 deletions
diff --git a/tpls/index.tpl b/tpls/index.tpl
new file mode 100644
index 0000000..af205de
--- /dev/null
+++ b/tpls/index.tpl
@@ -0,0 +1,7 @@
+{{define "title"}}Start{{end}}
+
+{{define "content"}}
+{{/* START EDITING HERE */}}
+ <strong>You should edit this start page to provide some info of your mailremind installation. Do so by editing the tpls/index.tpl template file. You need to restart mailremind to reload the template.</strong>
+{{/* STOP EDITING HERE */}}
+{{end}} \ No newline at end of file
diff --git a/tpls/master.tpl b/tpls/master.tpl
index 7d6a249..7fcd100 100644
--- a/tpls/master.tpl
+++ b/tpls/master.tpl
@@ -28,8 +28,9 @@
</div>
<div id="footer">
- © 2013 Bla bla....<br />
- Foo!
+{{/* START EDITING FOOTER HERE */}}
+ <strong>PLEASE EDIT THIS FOOTER TO CONTAIN SOME CONTACT DATA. YOU CAN DO SO BY EDITING THE tpls/master.tpl TEMPLATE.</strong>
+{{/* STOP EDITING FOOTER HERE */}}
</div>
</div>
</body>