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

patrick-canterino.de