You are here

function theme_imce_root_text in IMCE 6.2

Same name and namespace in other branches
  1. 7 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 1111
Implements the file browser.

Code

function theme_imce_root_text($imce_ref) {

  //$imce = &$imce_ref['imce'];
  return '<' . t('root') . '>';
}