2024-11-10 09:38:38 +00:00
|
|
|
#define TITLE "8img gallery"
|
2024-11-10 14:26:37 +00:00
|
|
|
#define POST_PER_PAGE 5
|
2024-11-10 09:38:38 +00:00
|
|
|
|
|
|
|
/* Absolute path to */
|
2024-11-10 14:26:37 +00:00
|
|
|
#define ROOT "."
|
2024-11-10 09:38:38 +00:00
|
|
|
#define DB ROOT"/db"
|
2024-11-10 14:26:37 +00:00
|
|
|
#define CSS ROOT"/style.css"
|