* * and Xiang Wei ZHUO * * Modified for eGW by Cornelius Weiss * * -------------------------------------------- * * This program is free software; you can redistribute it and/or modify it * * under the terms of the GNU General Public License as published by the * * Free Software Foundation; version 2 of the License. * \**************************************************************************/ ?>
'. $params['entry'].'
'. $params['entry']. '
'; } function files_item($params) { $img_url = $params['MY_BASE_URL']. $params['relativePath']; $thumb_image = 'thumbs.php?img='.urlencode($params['relativePath']);//$params['absolutePath']); $filesize = $params['parsed_size']; $file = $params['entry']; $ext = $params['ext']; $info = $params['info']; return '
'. $file. ' - '. $filesize. '
'. $info[0].'x'.$info[1]. '
'; } function files_header($param) { return ""; } function files_footer($param) { return ""; } function folders_header($param) { return ""; } function folders_footer($param) { return ""; } function table_header($param) { return ''; } function table_footer($param) { return '
'; } } ?>