function theme_imce_root_text in IMCE 7
Same name and namespace in other branches
- 6.2 inc/imce.page.inc \theme_imce_root_text()
Returns the text for the root directory in a directory tree.
1 theme call to theme_imce_root_text()
- imce_create_tree in inc/
imce.page.inc - Create directory tree.
File
- inc/
imce.page.inc, line 1250 - Implements the file browser.
Code
function theme_imce_root_text($variables) {
// $imce = &$variables['imce_ref']['imce'];
return '<' . t('root') . '>';
}