* static.local/ is now created
[citadel.git] / webcit / webserver.c
index 99820909ddd939bd2ef8c8ec5a9ef97a9c2a9039..a263c9c9254a7cae6a1ad34466483382a420d8ec 100644 (file)
@@ -44,6 +44,7 @@ int ndirs=2; //sizeof(static_content_dirs);//sizeof(char *);
  */
 char *static_content_dirs[] = {
        "static",                     /** static templates */
+       "static.local",               /** site local static templates */
        "tiny_mce"                    /** the JS editor */
 };