'',
'after_widget' => '',
'before_title' => '
',
'after_title' => '
',
));
// WP-minimal Pages Box
function widget_minimal_pages() {
?>
get_results("SELECT cat_id, cat_name FROM $wpdb->linkcategories");
foreach ($link_cats as $link_cat) {
?>
cat_name; ?>
cat_id, '- ', '
', '
', FALSE, 'rand', TRUE, TRUE, -1, TRUE); ?>