//120BookmarkTemplate
// the template to use when displaying bookmarks
$_prefs['bookmark_template'] = array(
    'value' => 'standard',
    'locked' => false,
    'shared' => false,
    'type' => 'enum',
    'enum' => array('standard' => _("Title, URL, and Description"),
                    '2line' => _("Title and Description"),
                    '1line' => _("Title Only"),
                    'tree' => _("Tree View")),
    'desc' => _("Template to use when displaying bookmarks:")
);

