' . "\n"; echo '
| '; echo ''; echo $folder_image . " " . $value['name'] . ""; echo " | \n"; } if ($show_checkbox){ # the checkbox, needed in any case echo ''; echo ''; echo " | \n"; } # the bookmark image if configured to be displayed if ($show_icon){ echo '';
if ($value['favicon'] && is_file ($value['favicon'])) {
echo ' | \n";
}
# the link if configured to be displayed
echo '';
if ($settings['open_new_window']) {
$target = ' target="_blank"';
}
else {
$target = null;
}
if ($show_link){
$link = '' . $value['title'] . "";
}
else {
$link = $value['title'];
}
echo ' ' . $link . " \n";
# the description if configured to be displayed and if not empty
# thanks to Tim Hogan ' . $value['description'] . " \n";
}
echo " | \n";
if ($show_date) {
echo '';
echo ' '. date ($date_formats[$settings['date_format']], $value['timestamp']) .' ';
echo " | \n";
}
if ($show_share) {
echo '';
$share = $value['public'] ? 'public' : 'private';
echo ' '.$share.' ';
echo " | \n";
}
# the edit column if configured to be displayed
if ($show_edit) {
echo ''; echo ''; echo sprintf ($edit_image, "Edit"); echo " | \n"; } # the move column if configured to be displayed if ($show_move) { echo ''; echo ''; echo sprintf ($move_image, "Move"); echo " | \n"; } # the delete column if configured to be displayed if ($show_delete) { echo ''; echo ''; echo sprintf ($delete_image, "Delete"); echo " | \n"; } echo "