function template_preprocess_filedepot_moveincoming_form in filedepot 7
Same name and namespace in other branches
- 6 lib-theme.php \template_preprocess_filedepot_moveincoming_form()
File
- ./
lib-theme.php, line 522 - lib-theme.php Theme support functions for the module
Code
function template_preprocess_filedepot_moveincoming_form(&$variables) {
$variables['movefolder_options'] = filedepot_recursiveAccessOptions('admin');
$variables['LANG_newfolder'] = t('New Folder');
$variables['LANG_submit'] = t('Submit');
$variables['LANG_cancel'] = t('Cancel');
$variables['token'] = drupal_get_token(FILEDEPOT_TOKEN_FOLDERMGMT);
}