8 lines
153 B
C
8 lines
153 B
C
|
#define TITLE "8img gallery"
|
||
|
#define POST_PER_PAGE 10
|
||
|
|
||
|
/* Absolute path to */
|
||
|
#define ROOT "8img_dir"
|
||
|
#define DB ROOT"/db"
|
||
|
#define CSS ROOT"/styles.css"
|