Fixes path required

Cette révision appartient à :
LeoColomb 2014-02-16 14:12:14 +01:00
Parent 0dab9b4fee
révision b417419319

Voir le fichier

@ -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;