From a803033b97cad22385f33b9672d6236852657dbc Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 31 Dec 2005 03:06:26 +0000 Subject: [PATCH] Default templates should be shared data, not configuration files. --- Memories/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2