You are here

function imce_page in IMCE 6.2

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

Returns the imce page for the specified user.

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

File

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

Code

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