13 lines
221 B
C
13 lines
221 B
C
|
/* Absolute path to */
|
||
|
#define ROOT "."
|
||
|
#define DB ROOT"/db"
|
||
|
|
||
|
/* Html generator */
|
||
|
#define CSS "style.css"
|
||
|
#define LOGO "logo.jpg"
|
||
|
|
||
|
#define DESC "from outer space"
|
||
|
#define TITLE "8img gallery"
|
||
|
#define POST_PER_PAGE 5
|
||
|
|