ERROR: 'get_folder.html' needs either the 'name' or the 'title' parameter.
global $FUNCS, $CTX;
$CTX->set( 'name', $FUNCS->get_clean_url('') );
">
ERROR: 'get_folder.html' -
// refresh folders tree to include the newly created folder ..
global $FUNCS, $PAGE;
if( array_key_exists($PAGE->tpl_id, $FUNCS->cached_folder_trees) ){
unset( $FUNCS->cached_folder_trees[$PAGE->tpl_id] );
}
$PAGE->_fill_folders_info();