setQuery( $query ); $data = $db->loadObjectList(); //$tree = array(); //$text = ''; //$catId= -1; //$tree = PhocaGalleryRenderAdmin::CategoryTreeOption($data, $tree, 0, $text, $catId); } // Create the batch selector to change select the category by which to move or copy. $lines = array( '', '
', '', HTMLHelper::_( 'select.radiolist', $options, 'batch[move_copy]', '', 'value', 'text', 'm'), '
' ); return implode("\n", $lines); } }