silverstripe-blog/_config.php

9 lines
143 B
PHP
Raw Normal View History

<?php
/**
* Fetches the name of the current module folder name.
*
* @return string
**/
2016-12-19 02:29:05 +01:00
define('BLOGGER_DIR', basename(dirname(__FILE__)));