You are here

function imce_user_page in IMCE 7

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

The q = user/x/imce.

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

File

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

Code

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