You are here

function dropbox_client_theme in Dropbox Client 7

Same name and namespace in other branches
  1. 7.4 dropbox_client.module \dropbox_client_theme()
  2. 7.2 dropbox_client.module \dropbox_client_theme()
  3. 7.3 dropbox_client.module \dropbox_client_theme()

File

./dropbox_client.module, line 379

Code

function dropbox_client_theme($existing, $type, $theme, $path) {
  return array(
    'dropbox_file_list' => array(
      'variables' => array(
        'files' => NULL,
      ),
    ),
  );
}