diff --git a/elements/radicalmultifieldtreecatalog.php b/elements/radicalmultifieldtreecatalog.php deleted file mode 100644 index c2bcd0a..0000000 --- a/elements/radicalmultifieldtreecatalog.php +++ /dev/null @@ -1,297 +0,0 @@ - - -*/ - - -JFormHelper::loadFieldClass('list'); - -class FormFieldRadicalmultifieldtreecatalog extends JFormField -{ - - public $type = 'radicalmultifieldtreecatalog'; - - protected $uid; - - protected function showdir - ( - $dir, - $folderOnly = false, - $showRoot = false, - $level = 0, // do not use!!! - $ef = '' // do not use!!! - ) - { - $html = ''; - if ((int)$level == 0) - { - $dir = realpath($dir); - $ef = ($showRoot ? realpath($dir . DIRECTORY_SEPARATOR . '..') . DIRECTORY_SEPARATOR : $dir . DIRECTORY_SEPARATOR); - } - - if (!file_exists($dir)) { - return ''; - } - - if ($showRoot && (int)$level == 0) - { - $html = '