From: Ben Hutchings Date: Sat, 31 Dec 2005 03:06:26 +0000 (+0000) Subject: Default templates should be shared data, not configuration files. X-Git-Tag: 1.1-1~8 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=memories.git;a=commitdiff_plain;h=a803033b97cad22385f33b9672d6236852657dbc Default templates should be shared data, not configuration files. --- diff --git a/Memories/Config.pm b/Memories/Config.pm index b2ac02f..5a42acd 100644 --- a/Memories/Config.pm +++ b/Memories/Config.pm @@ -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.