repair (August 25th, 2012)
<?php if(has_nav_menu('theme_dashboard')) : wp_nav_menu(array('theme_location' => 'theme_dashboard', 'container' => false)); else : ?>
<ul>
<li><a href="<?php echo CP_DASHBOARD_URL ?>"><?php _e('My Dashboard','appthemes')?></a></li>
<li><a href="<?php echo CP_PROFILE_URL ?>"><?php _e('Edit Profile','appthemes')?></a></li>
<?php if (current_user_can('edit_others_posts')) { ?><li><a href="<?php echo get_option('siteurl'); ?>/wp-admin/"><?php _e('WordPress Admin','appthemes')?></a></li><?php } ?>
<li><a href="<?php echo wp_logout_url(); ?>"><?php _e('Log Out','appthemes')?></a></li>
</ul>
<?php endif; ?>
repair (August 25th, 2012)
There are currently 1 users browsing this thread. (0 members and 1 guests)