broker cleanup
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
7 changed files
with
5 additions
and
5 deletions
| ... | @@ -21,8 +21,8 @@ if (isset($_GET['current_tab'])) { | ... | @@ -21,8 +21,8 @@ if (isset($_GET['current_tab'])) { |
| 21 | $currentTab = 'ace_body_shop'; | 21 | $currentTab = 'ace_body_shop'; |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | $bodyShopURL = home_url('/broker-landing-page/ace?current_tab=ace_body_shop'); | 24 | $bodyShopURL = home_url('/ace?current_tab=ace_body_shop'); |
| 25 | $propertyContractorURL = home_url('/broker-landing-page/ace?current_tab=ace_property_contractor'); | 25 | $propertyContractorURL = home_url('/ace?current_tab=ace_property_contractor'); |
| 26 | 26 | ||
| 27 | ?> | 27 | ?> |
| 28 | 28 | ... | ... |
This diff is collapsed.
Click to expand it.
| ... | @@ -82,7 +82,7 @@ | ... | @@ -82,7 +82,7 @@ |
| 82 | <div class="row"> | 82 | <div class="row"> |
| 83 | <div class="col-xs-3 col-sm-3 col-md-3 col-lg-3"> | 83 | <div class="col-xs-3 col-sm-3 col-md-3 col-lg-3"> |
| 84 | <div id="page-logo"> | 84 | <div id="page-logo"> |
| 85 | <a href="<?php bloginfo('url') ?>/broker-landing-page/" title="<?php bloginfo('name') ?> - <?php bloginfo('description') ?>"> | 85 | <a href="<?php bloginfo('url') ?>" title="<?php bloginfo('name') ?> - <?php bloginfo('description') ?>"> |
| 86 | <img id="otherpage-logo" src="<?php bloginfo('template_directory') ?>/images/Commonwell-logo.svg" alt="Commonwell Mutual Insurance Group logo" /> | 86 | <img id="otherpage-logo" src="<?php bloginfo('template_directory') ?>/images/Commonwell-logo.svg" alt="Commonwell Mutual Insurance Group logo" /> |
| 87 | </a> | 87 | </a> |
| 88 | </div> | 88 | </div> | ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
| ... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
| 10 | <div id="container"> | 10 | <div id="container"> |
| 11 | <?php if (is_user_logged_in()): | 11 | <?php if (is_user_logged_in()): |
| 12 | ?> | 12 | ?> |
| 13 | <script>window.location.replace("<?php echo site_url('/broker-landing-page'); ?>");</script> | 13 | <script>window.location.replace("<?php echo site_url(); ?>");</script> |
| 14 | <?php global $current_user; | 14 | <?php global $current_user; |
| 15 | get_currentuserinfo(); | 15 | get_currentuserinfo(); |
| 16 | ?> | 16 | ?> |
| ... | @@ -50,7 +50,7 @@ if ($children) {?> | ... | @@ -50,7 +50,7 @@ if ($children) {?> |
| 50 | <p><a href="<?php echo wp_logout_url(home_url()); ?>" title="Logout">>> Member Logout</a></p> | 50 | <p><a href="<?php echo wp_logout_url(home_url()); ?>" title="Logout">>> Member Logout</a></p> |
| 51 | <?php else: ?> | 51 | <?php else: ?> |
| 52 | <h2>Broker Login</h2> | 52 | <h2>Broker Login</h2> |
| 53 | <?php $args = array('redirect' => site_url('/broker-landing-page')); | 53 | <?php $args = array('redirect' => site_url()); |
| 54 | 54 | ||
| 55 | if (isset($_GET['action'])): ?> | 55 | if (isset($_GET['action'])): ?> |
| 56 | <div class="success"> | 56 | <div class="success"> | ... | ... |
-
Please register or sign in to post a comment