diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index d83e046..12dd086 100644 --- a/config.def.h +++ b/config.def.h @@ -7,6 +7,8 @@ static char *home = "home"; static char *pages = "pages"; static char *loft = ".loft"; +static char *realm = "wiki"; + static char *links[][2] = { { "home", "home" }, { "planer", "planer" }, |