user_email, 512, '', '', array('class' => 'shop-logo') ); ?>
dashboard_menu as $section_id => $section){ echo "
"; if(isset($section['title']) && $section['title'] != '') echo "

  {$section['title']}

"; foreach($section['items'] as $page_id => $menu_item){ $menu_url = get_permalink(get_the_ID()).($page_id != ''?'?udb_page='.$page_id:''); if(isset($params['flaturl']) && $params['flaturl'] == 1) $menu_url = get_permalink(get_the_ID()).$page_id.($page_id!=''?'/':''); ?> "; } ?>