silverstripe-blog/_config.php

9 lines
193 B
PHP
Raw Normal View History

2013-07-21 11:23:35 +01:00
<?php
2013-08-04 17:38:26 +01:00
/**
* Fetches the name of the current module folder name.
*
* @return string
**/
define('BLOGGER_DIR', ltrim(Director::makeRelative(realpath(__DIR__)), DIRECTORY_SEPARATOR));