removing the target blank attribute from the order link in the sidebar
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.2.35">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.2.36">
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<img class="visitors-guide-graphic" alt="Visitor Guide" src="<?php bloginfo('template_url'); ?>/assets/VG_PNG.png" href="<?php echo get_page_link($visitorguidePage->ID);?>">
<div class="visitor-view-order">
<a href=" https://issuu.com/mtpleasantcvb/docs/issuu_mount_pleasant_cvb_18" target="_blank">VIEW</a> <span class="separator">|</span>
- <a href="<?php echo get_page_link($visitorguidePage->ID);?>" target="_blank">ORDER</a>
+ <a href="<?php echo get_page_link($visitorguidePage->ID);?>">ORDER</a>
</div>
</div>
<a href="<?php bloginfo('url'); ?>/e-news-sign-up/"><img alt="Newsletter Signup" src="<?php bloginfo('template_url'); ?>/assets/signup.png"></a>
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for MountPleasantCVB
-Version: 1.2.35
+Version: 1.2.36
*/