6 lines
163 B
PHP
Raw Normal View History

2012-07-16 23:39:01 +03:00
<?php
2012-08-08 00:02:13 +03:00
//define global path to Components' root folder
if(!defined('BULK_EDIT_TOOLS_PATH'))
{
define('BULK_EDIT_TOOLS_PATH', rtrim(basename(dirname(__FILE__))));
}