]> git.decadent.org.uk Git - memories.git/commitdiff
Default templates should be shared data, not configuration files.
authorBen Hutchings <ben@decadent.org.uk>
Sat, 31 Dec 2005 03:06:26 +0000 (03:06 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sat, 31 Dec 2005 03:06:26 +0000 (03:06 +0000)
Memories/Config.pm

index b2ac02f4a7270922e6c61b496d9e4bcf4023a844..5a42acdb86501ec4be6ec126f43b13106a960fc9 100644 (file)
@@ -6,7 +6,7 @@ package Memories::Config;
 Memories->config->uri_base("http://memories/");
 
 # This is where your templates will live.
-Memories->config->{template_root} = "/etc/memories/templates";
+Memories->config->{template_root} = "/usr/share/memories/templates/";
 
 # Here is where uploaded photos will be stored. Your web server user
 # should own this directory.