Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.11 KB | None | 0 0
  1. <?php
  2. $currentCity = $this->city();
  3. if ($currentCity->getGroupByCountry())
  4. $exploreUrl = $this->url('exploreCountry', array('countryId' => $currentCity->getCountry()->getId()));
  5. else
  6. $exploreUrl = $this->url('explore', array('cityId' => $currentCity->getId()));
  7. ?>
  8. <?php if ($this->isMovistar()==1) { ?>
  9. <style>
  10. .ui-footer {
  11. background: #003245;
  12. }
  13. .btn-gray:hover {
  14. font-weight: bold;
  15. color: #fff;
  16. }
  17. </style>
  18. <?php } ?>
  19.  
  20. <!--<script type="text/javascript">
  21. var __lc = {};
  22. __lc.license = 6224281;
  23.  
  24. (function() {
  25. var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true;
  26. lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js';
  27. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s);
  28. })();
  29. </script>-->
  30.  
  31. <!--<div class="fb-page fb_iframe_widget" data-href="https://www.facebook.com/joinnus" data-tabs="messages, timeline"
  32. data-small-header="true" data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="false"
  33. fb-xfbml-state="rendered"
  34. fb-iframe-plugin-query="adapt_container_width=true&app_id=&container_width=1266&hide_cover=true&href=https%3A%2F%2Fwww.facebook.com%2Fmanya.pe&locale=es_ES&sdk=joey&show_facepile=false&small_header=true&tabs=messages%2C%20timeline">
  35. <span style="vertical-align: bottom; width: 340px; height: 500px;">
  36. <iframe name="f227b217bc" width="1000px"
  37. height="1000px" frameborder="0"
  38. allowtransparency="true"
  39. allowfullscreen="true" scrolling="no"
  40. title="fb:page Facebook Social Plugin"
  41. src="https://www.facebook.com/v2.5/plugins/page.php?adapt_container_width=true&app_id=&channel=http%3A%2F%2Fstaticxx.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D42%23cb%3Df11a8d9d9%26domain%3Djoinnus.com%26origin%3Dhttp%253A%252F%252Fjoinnus.com%252Ff21851d2a%26relation%3Dparent.parent&container_width=1266&hide_cover=true&href=https%3A%2F%2Fwww.facebook.com%2Fjoinnus&locale=es_ES&sdk=joey&show_facepile=false&small_header=true&tabs=messages%2C%20timeline"
  42. style="border: none; visibility: visible; width: 340px; height: 500px;"
  43. class="">
  44.  
  45. </iframe>
  46. </span>
  47. </div>-->
  48. <div class="ui-footer" id="footerIframe">
  49. <div class="container">
  50. <div class="row">
  51. <div class="col-xs-12 col-sm-8">
  52. <div class="row">
  53. <div class="col-xs-12 col-logo">
  54. <a class="logo" href="javascript:$('body').animate({scrollTop:0},400);"><img src="<?php echo $this->assetUrl('img/logo-footer.png'); ?>" alt="Joinnus Únete registrate"/></a>
  55. </div>
  56. <div class="col-xs-6 col-sm-5">
  57. <ul class="list-unstyled">
  58. <li><a class="enabled" href="<?php echo $this->url('about/us'); ?>"><?php echo $this->translate('About us'); ?></a></li>
  59. <li><a class="enabled" target="_blank" href="<?php echo $this->url('about/how-work'); ?>"><?php echo $this->translate('How it works?'); ?></a></li>
  60. <li><a class="enabled" target="_BLANK" href="<?php echo $this->url('about/terms'); ?>"><?php echo $this->translate('Terms and conditions'); ?></a></li>
  61. <li><a class="enabled" href="<?php echo $this->url('about/faqs'); ?>"><?php echo $this->translate('Frequently asked questions'); ?></a></li>
  62. </ul>
  63. </div>
  64. <div class="col-sm-1 hidden-xs"></div>
  65. <div class="col-xs-6 col-sm-5">
  66. <ul class="list-unstyled">
  67. <li><a class="enabled" href="<?php echo $exploreUrl; ?>"><?php echo $this->translate('Explore Joinnus'); ?></a></li>
  68. <li><a class="enabled" href="<?php echo $this->url('about/business'); ?>"><?php echo $this->translate('Joinnus for business'); ?></a></li>
  69. <li><a class="enabled" href="<?php echo $this->url('about/suggest'); ?>"><?php echo $this->translate('Give us your opinion'); ?></a></li>
  70. <!--<li><a><?php echo $this->translate('Suggest activities'); ?></a></li>-->
  71. <li><a class="enabled" href="/blog/"><?php echo $this->translate('Blog'); ?></a></li>
  72. <li><a class="enabled" href="/claims"><?php echo $this->translate('Book Claims'); ?></a></li>
  73. </ul>
  74. </div>
  75. <div class="col-sm-1 hidden-xs"></div>
  76. </div>
  77. </div>
  78. <div class="col-xs-12 col-sm-4">
  79. <div class="row">
  80. <div class="col-xs-12">
  81. <div class="btn-group btn-block right-row">
  82. <a href="http://www.linkedin.com/company/joinnus?trk=top_nav_home" target="_blank" class="btn link-linkedin" style="float: right;">
  83. <span class="glyphicon glyphicon-linkedin-sign"></span>
  84. </a>
  85. <a href="https://plus.google.com/113971864769357355869/posts" target="_blank" class="btn link-google" style="float: right;">
  86. <span class="glyphicon glyphicon-google-sign"></span>
  87. </a>
  88. <a href="https://twitter.com/Joinnus_" target="_blank" class="btn link-twitter" style="float: right;">
  89. <span class="glyphicon glyphicon-twitter-sign"></span>
  90. </a>
  91. <a href="https://www.facebook.com/Joinnus" target="_blank" class="btn link-facebook" style="float: right;">
  92. <span class="glyphicon glyphicon-facebook-sign"></span>
  93. </a>
  94. </div>
  95. <div class="right-row">
  96. <?php echo $this->languagePicker()->setBtnClass('btn btn-gray btn-sm')->dropUp(true)->renderDropdown(); ?>
  97. </div>
  98. <div class="right-row">
  99. <?php echo $this->cityPicker()->setBtnClass('btn btn-gray btn-sm')->dropUp(true)->renderDropdown(); ?>
  100. </div>
  101. <a href="https://mixpanel.com/f/partner" rel="nofollow"><img src="//cdn.mxpnl.com/site_media/images/partner/badge_light.png" alt="Mobile Analytics" /></a>
  102. </div>
  103. </div>
  104. </div>
  105. </div>
  106. </div>
  107. </div>
  108. <?php
  109. include __DIR__ . '/fixedrg.phtml';
  110. ?>
  111. <!--<script type="text/javascript">var switchTo5x = true;</script>
  112. <script type="text/javascript" src="/inc/sharethis/buttons.js"></script>
  113. <script type="text/javascript" src="/inc/sharethis/loader.js"></script>-->
  114.  
  115. <script type="text/javascript">stLight.options({publisher: "a1592466-9a7d-4cc2-bae7-8b9da37ab4bc", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
  116. <!--<script>
  117. var options = {"publisher": "a1592466-9a7d-4cc2-bae7-8b9da37ab4bc", "position": "right", "ad": {"visible": false, "openDelay": 3, "closeDelay": 0}, "chicklets": {"items": ["facebook", "twitter", "googleplus", "linkedin", "pinterest", "email", "sharethis"]}, chicklets_params: { twitter:{ "st_via":"Joinnus_", "st_username":" " } }};
  118. var st_hover_widget = new sharethis.widgets.hoverbuttons(options);
  119. $("#sthoverbuttons").removeAttr("style");
  120. </script>-->
  121.  
  122. <style>
  123. #sthoverbuttons #sthoverbuttonsMain {
  124. position: relative;
  125. z-index: 1000000;
  126. width: 47px;
  127. padding: 7px;
  128. visibility:visible;
  129. }
  130. #sthoverbuttons {
  131. font: 11px Helvetica,Tahoma,Arial;
  132. z-index: 980000!important;
  133. cursor: pointer;
  134. margin-left: -7px;
  135. position: fixed;
  136. top: 25%;
  137. width: 52px;
  138. visibility:visible;
  139. }
  140. .sthoverbuttons-pos-right {
  141. visibility:visible;
  142. }
  143. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement