]> git.decadent.org.uk Git - memories.git/blobdiff - Memories/Config.pm.example
Some messing around to allow user-defined styles. Fixes #23. Actually it was there...
[memories.git] / Memories / Config.pm.example
index 9796ab0971da169b73683c9ce3304cb3d9eb0f8b..fb22d82227ef0b7d96bc5c9368e9a3d82e0a8cf6 100644 (file)
@@ -6,7 +6,10 @@ package Memories::Config;
 Memories->config->uri_base("http://memories.simon-cozens.org/");
 
 # This is where your templates will live.
-Memories->config->{template_root} = "/home/simon/maypole-sites/memories/templates";
+Memories->config->{template_root} = [
+    "/web/memories/mytemplates/", # User-defined templates
+    "/etc/memories/templates/",   # Factory templates
+];
 
 # Here is where uploaded photos will be stored. Your web server user
 # should own this directory.