Statistics: Posted by Eduan — November 29th, 2011, 4:32 pm
Statistics: Posted by downeyworksout — November 29th, 2011, 4:20 pm
Statistics: Posted by Eduan — November 29th, 2011, 10:21 am
Statistics: Posted by downeyworksout — November 29th, 2011, 9:51 am
Statistics: Posted by Eduan — November 29th, 2011, 9:14 am
Statistics: Posted by downeyworksout — November 29th, 2011, 7:36 am
<div id="navmenu">
<?php
get_template_part('nav',tech_nav_select());
}
if ($tech['nav_menu_type'] != "Disable" && $tech_disable_nav != "checked") {
if ($tech['dashboard_link'] == "On") {
if (is_user_logged_in()) { ?>
<ul id="admin"><li><a href="<?php echo site_url(); ?>/wp-admin" title="<?php _e('Dashboard' ,'techozoic')?>"><?php _e('Dashboard' ,'techozoic')?></a></li>
<li><a href="<?php echo wp_logout_url(); ?>" title="<?php _e('Log Out' ,'techozoic')?>"><?php _e('Log Out' ,'techozoic')?></a></li></ul>
<?php
} else { ?>
<ul id="admin"><li>
<?php if ($tech['thickbox'] =="On") {
?>
<a href="#TB_inline?height=120&width=120&inlineId=loginthick" class="thickbox" title="Login"><?php _e('Login' ,'techozoic')?></a>
<?php } else {
?> <a href="<?php echo wp_login_url();?>" title="<?php _e('Login' ,'techozoic')?>"><?php _e('Login' ,'techozoic')?></a>
<?php }
?>
</li></ul>
<?php
if(!is_user_logged_in()){
wp_nav_menu (array ("theme_location" => "primary-public"));
} else {
$level = S2MEMBER_CURRENT_USER_ACCESS_LEVEL;
wp_nav_menu (array ("theme_location" => "primary-level-".$level));
}
?>
<div id="loginthick" style="display:none">
<div class="aligncenter">
<form action="<?php echo site_url(); ?>/wp-login.php" method="post" id="loginform">
<label><?php _e('Username: ' ,'techozoic')?><br /><input type="text" id="user_login" class="text" name="log"/></label><br />
<label><?php _e('Password: ' ,'techozoic')?><br /><input type="password" id="user_pass" class="text" name="pwd"/></label><br />
<input type="submit" id="wp-submit" value="<?php _e('Log in' ,'techozoic')?>" />
<input type="hidden" name="redirect_to" value="<?php echo "http://".$_SERVER["SERVER_NAME"].$_SERVER['REQUEST_URI']; ?>" />
<input type="hidden" name="testcookie" value="1" />
</form>
</div><!--end aligncenter-->
</div><!--end loginthick-->
<?php }
}
?>
</div><!--end navmenu-->
Statistics: Posted by cclambie — November 29th, 2011, 1:44 am
Statistics: Posted by downeyworksout — November 29th, 2011, 12:39 am
Statistics: Posted by cclambie — November 28th, 2011, 11:00 pm
Statistics: Posted by downeyworksout — November 28th, 2011, 9:05 pm
Statistics: Posted by downeyworksout — November 28th, 2011, 8:39 pm
Statistics: Posted by cclambie — October 10th, 2011, 3:46 am
Statistics: Posted by presson — September 2nd, 2011, 4:32 pm
register_nav_menu ("primary-public", "Primary Menu ( public )");
register_nav_menu ("primary-level-0", "Primary Menu ( Level #0 )");
register_nav_menu ("primary-level-1", "Primary Menu ( Level #1 )");
register_nav_menu ("primary-level-2", "Primary Menu ( Level #2 )");
register_nav_menu ("primary-level-3", "Primary Menu ( Level #3 )");
register_nav_menu ("primary-level-4", "Primary Menu ( Level #4 )");
Statistics: Posted by MacilattheWP — July 10th, 2011, 7:08 pm
Statistics: Posted by Bendov — March 12th, 2011, 12:47 am
Statistics: Posted by Jason Caldwell — September 10th, 2010, 1:18 am
Statistics: Posted by Jason Caldwell — September 9th, 2010, 11:53 am