You are here

function imce_user_page in IMCE 6.2

Same name and namespace in other branches
  1. 5 imce.module \imce_user_page()
  2. 6 inc/page.inc \imce_user_page()
  3. 7 inc/imce.page.inc \imce_user_page()

q = user/x/imce.

1 string reference to 'imce_user_page'
imce_menu in ./imce.module
Implementation of hook_menu().

File

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

Code

function imce_user_page($account) {
  return theme('imce_user_page', $account);
}