germancin
11/27/2013 - 10:05 PM

gistfile1.txt

<!-- Party In Pink Buttons<div class="btn_group"><a href="/partyinpink" class="btn btn-primary">< ?php echo __z("magnolia/home/ATTEND_BUTTON","Learn How"); ?> <span><img src='http://s3.amazonaws.com/zumba-staging/www-zumba-com/en-us/home-page/btn_arrow.png"></span></a><a href="/store/<?php echo $country2; ?>/party-in-pink" class="btn btn-primary" style="margin-left:20px;">< ?php echo __z("magnolia/home/BUY_BUTTON","Buy Apparel"); ?> <span><img src="http://s3.amazonaws.com/zumba-staging/www-zumba-com/en-us/home-page/btn_arrow.png"></span></a>    </div>--><!--Party In Pink CSS<style>  .image-header-title {    color: #e074af;    }  .btn-primary span img {    position: relative;    top: 4px;    left: 4px;   }  .module-image-header {    background-color: #000;    }  body.lang-it-IT .home-banner-content .btn_group {    width: 350px;  }  body.lang-fr-FR .home-banner-content .btn_group {    width: 375px;  }  body.lang-es-ES .home-banner-content {    width: 370px;  }  body.lang-de-DE .home-banner-content .btn_group {    width: 380px;  }  body.lang-de-DE .image-header-title {    line-height: 53px;  }</style>--><!-- Party In Pink Main Copy Positioningstyle="position:relative;top:125px;left:0px;"--><style>.gcd-btn {  font-family: "DIN Next W02 Medium", Helvetica, Arial, sans-serif;  font-size: 16px;  color: #fff;  text-transform: uppercase;  border-color: #c5c5c5;  border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25);  text-shadow: 0 -1px 0 rgba(0,0,0,.25);  border-radius: 4px;  background: rgb(249,127,0);  background: -moz-linear-gradient(top,  rgba(249,127,0,1) 0%, rgba(184,95,0,1) 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,127,0,1)), color-stop(100%,rgba(184,95,0,1)));  background: -webkit-linear-gradient(top,  rgba(249,127,0,1) 0%,rgba(184,95,0,1) 100%);  background: -o-linear-gradient(top,  rgba(249,127,0,1) 0%,rgba(184,95,0,1) 100%);  background: -ms-linear-gradient(top,  rgba(249,127,0,1) 0%,rgba(184,95,0,1) 100%);  background: linear-gradient(to bottom,  rgba(249,127,0,1) 0%,rgba(184,95,0,1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f97f00', endColorstr='#b85f00',GradientType=0 );  text-transform: uppercase;  padding: 10px 25px;  text-align: center;  vertical-align: middle;  cursor: pointer;  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);  box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);  top: 374px;  left: 3px;  position: relative;}  .gcd-btn:hover {  background-color: #b85f00;  text-decoration: none; }</style>        <?php          $link='';       $store = '';         if (isset($_COOKIE['CakeCookie']['Store']['country_iso']))         {            $country  = $_COOKIE['CakeCookie']['Store']['country_iso'];         }else{            $country  = "US";         }       if($this->Permissions->getUserPid()){          if (isset($_COOKIE['CakeCookie']['Store']['type']))          {              $store  = $_COOKIE['CakeCookie']['Store']['type'];          }       }else{            $store  = "store";       }    if (isset($_COOKIE['zumba_country']))         {            $country2  = $_COOKIE['zumba_country'];         }else{            $country2  = "US";         }           $link = str_replace("##store##", "$store", $link);           $link = str_replace("##country##", "$country", $link);       ?>        
  
  
  
<script type="text/javascript"> 
  mboxCreate("homepage_v2", "pageName=homepage-v2"); 
</script>