General Tab
*
* @package blogBox WordPress Theme
* @copyright Copyright (c) 2012, Kevin Archibald
* @license http://www.gnu.org/licenses/quick-guide-gplv3.html GNU Public License
* @author Kevin Archibald
Title :
'; If(esc_url($blogBox_option['bB_header_rss']) !=="") $html .= '
';
If(esc_url($blogBox_option['bB_header_linkedin']) !=="") $html .= '
';
If(esc_url($blogBox_option['bB_header_twitter']) !=="") $html .= '
';
If(esc_url($blogBox_option['bB_header_facebook']) !=="") $html .= '
';
If(esc_url($blogBox_option['bB_header_delicious']) !=="") $html .= '
';
If(esc_url($blogBox_option['bB_header_google_plus']) !=="") $html .= '
';
If(esc_url($blogBox_option['bB_header_digg']) !=="") $html .= '
';
If(esc_url($blogBox_option['bB_header_pinterest']) !=="") $html .= '
';
$html .= '';
echo $html;
echo $after_widget;
}
}
?>