X-Git-Url: https://git.decadent.org.uk/gitweb/?p=memories.git;a=blobdiff_plain;f=Memories%2FConfig.pm.example;fp=Memories%2FConfig.pm.example;h=fb22d82227ef0b7d96bc5c9368e9a3d82e0a8cf6;hp=9796ab0971da169b73683c9ce3304cb3d9eb0f8b;hb=1a8bef4adce47cbbccc63c447f44d238eb5b2ddd;hpb=2fbbd5523381d92d751d9930ccd2993449a508da diff --git a/Memories/Config.pm.example b/Memories/Config.pm.example index 9796ab0..fb22d82 100644 --- a/Memories/Config.pm.example +++ b/Memories/Config.pm.example @@ -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.