Fixes path required

This commit is contained in:
LeoColomb 2014-02-16 14:12:14 +01:00
parent 0dab9b4fee
commit b417419319

View File

@ -14,7 +14,7 @@
* Learn more about what you can customize here: http://daux.io
*/
require_once dirname( __FILE__) . '/libs/markdown_extended.php');
require_once dirname( __FILE__) . '/markdown_extended.php';
// Check for homepage
$homepage = (get_uri(false) === "") ? true : false;