You are here

function imce_page in IMCE 7

Same name and namespace in other branches
  1. 6.2 inc/imce.page.inc \imce_page()
  2. 6 inc/page.inc \imce_page()

Returns the imce page for the specified user and the file scheme.

1 call to imce_page()
imce in inc/imce.page.inc
The q = imce.

File

inc/imce.page.inc, line 30
Implements the file browser.

Code

function imce_page($user, $scheme = NULL, $jsop = NULL) {
  return theme('imce_page', array(
    'content' => imce_content($user, $scheme, $jsop),
  ));
}