';
break; // end of index
case 'fimage':
if($GLOBALS['image_width']> 1024) {
$content = $GLOBALS['prev_html'] . "\n" . $GLOBALS['up_html'] . "\n" . $GLOBALS['next_html'] . '
';
} else {
$content = $GLOBALS['prev_html'] . "\n" . $GLOBALS['up_html'] . "\n" . $GLOBALS['next_html'] . '
';
}
break; //end of fimage
case 'gallery':
$content = $GLOBALS['galllegend'] . ' Parent Directory
' . $GLOBALS['gallhtml'];
break; // end of gallery
} // end of switch type
Header('Content-Type: text/html; charset=utf-8');
return '
' . print_title($type) .'
' . print_js($type) .
'
|