diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-01-24 16:41:59 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-01-24 16:41:59 +0100 |
commit | 5ce882935f04218a051856a601838704e2736c05 (patch) | |
tree | 50338cc6adcc54ab2c5eca11e4ed7dcb231daf14 | |
parent | f43ca65081e9e9efaf1c67384fd1395ba0e78be9 (diff) |
Change templates to use domain template.
-rw-r--r-- | templates/filehost.mdwn | 2 | ||||
-rw-r--r-- | templates/mailhost.mdwn | 2 | ||||
-rw-r--r-- | templates/supporthost.mdwn | 2 | ||||
-rw-r--r-- | templates/supportlisturl.mdwn | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/templates/filehost.mdwn b/templates/filehost.mdwn index 24ee5a6..f285205 100644 --- a/templates/filehost.mdwn +++ b/templates/filehost.mdwn @@ -1 +1 @@ -files.redpill.dk +files.[[template id=domain]] diff --git a/templates/mailhost.mdwn b/templates/mailhost.mdwn index 230fc05..edd0c6b 100644 --- a/templates/mailhost.mdwn +++ b/templates/mailhost.mdwn @@ -1 +1 @@ -mail.redpill.dk +mail.[[template id=domain]] diff --git a/templates/supporthost.mdwn b/templates/supporthost.mdwn index da4b666..14cb578 100644 --- a/templates/supporthost.mdwn +++ b/templates/supporthost.mdwn @@ -1 +1 @@ -support.redpill.dk +support.[[template id=domain]] diff --git a/templates/supportlisturl.mdwn b/templates/supportlisturl.mdwn new file mode 100644 index 0000000..ac37efc --- /dev/null +++ b/templates/supportlisturl.mdwn @@ -0,0 +1 @@ +<mailto:support@lists.[[template id=domain]]> |