'',
'after_widget' => '',
'before_title' => '
',
'after_title' => '
',
));
// WP-sapphire Pages Box
function widget_sapphire_pages() {
?>
get_results("SELECT cat_id, cat_name FROM $wpdb->linkcategories");
foreach ($link_cats as $link_cat) {
?>
cat_name; ?>