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