]> git.p6c8.net - devedit.git/blob - templates.conf
Finished documentation of the configuration directive "forbidden"
[devedit.git] / templates.conf
1 # This file contains the paths to the template files
2 # used by Dev-Editor
3
4 about = templates/about.htm
5 chprop = templates/chprop.htm
6 confirm_replace = templates/confirm_replace.htm
7 confirm_rmdir = templates/confirm_rmdir.htm
8 confirm_rmfile = templates/confirm_rmfile.htm
9 copyfile = templates/copyfile.htm
10 dirlist = templates/dirlist.htm
11 dirlist_dir = templates/dirlist_dir.htm
12 dirlist_file = templates/dirlist_file.htm
13 dirlist_up = templates/dirlist_up.htm
14 editfile = templates/editfile.htm
15 error = templates/error.htm
16 mkdir = templates/mkdir.htm
17 mkfile = templates/mkfile.htm
18 renamefile = templates/renamefile.htm
19 upload = templates/upload.htm
20 viewfile = templates/viewfile.htm
21 viewlink = templates/viewlink.htm
22
23 # End of configuration file

patrick-canterino.de