Merge pull request #215 from theshka/master
Define missing content directory
This commit is contained in:
commit
d1dd293a3a
@ -1,6 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
define('ROOT_DIR', realpath(dirname(__FILE__)) .'/');
|
define('ROOT_DIR', realpath(dirname(__FILE__)) .'/');
|
||||||
|
define('CONTENT_DIR', ROOT_DIR .'content-sample/');
|
||||||
define('CONTENT_EXT', '.md');
|
define('CONTENT_EXT', '.md');
|
||||||
define('LIB_DIR', ROOT_DIR .'lib/');
|
define('LIB_DIR', ROOT_DIR .'lib/');
|
||||||
define('PLUGINS_DIR', ROOT_DIR .'plugins/');
|
define('PLUGINS_DIR', ROOT_DIR .'plugins/');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user