summaryrefslogtreecommitdiff
path: root/tpls
diff options
context:
space:
mode:
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>