Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.99 KB | None | 0 0
  1. <?php
  2. /**
  3. * Magento
  4. *
  5. * NOTICE OF LICENSE
  6. *
  7. * This source file is subject to the Academic Free License (AFL 3.0)
  8. * that is bundled with this package in the file LICENSE_AFL.txt.
  9. * It is also available through the world-wide-web at this URL:
  10. * http://opensource.org/licenses/afl-3.0.php
  11. * If you did not receive a copy of the license and are unable to
  12. * obtain it through the world-wide-web, please send an email
  13. * to license@magentocommerce.com so we can send you a copy immediately.
  14. *
  15. * DISCLAIMER
  16. *
  17. * Do not edit or add to this file if you wish to upgrade Magento to newer
  18. * versions in the future. If you wish to customize Magento for your
  19. * needs please refer to http://www.magentocommerce.com for more information.
  20. *
  21. * @category design
  22. * @package base_default
  23. * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
  24. * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
  25. */
  26. ?>
  27.  
  28. <?php
  29. if ($_SERVER['REQUEST_URI'] == '/')
  30. echo '<link rel="canonical" href="http://www.prettylittlething.com/" />';
  31. ?>
  32.  
  33. <?php
  34. $landingpage = $this->getRequest()->getParam('landingpage');
  35. if (!empty($landingpage)){
  36. $landingpage = Mage::getModel('seolandingpages/landingpage')->load($landingpage);
  37. if ($landingpage){
  38. $title = $landingpage->getTitle();
  39. }
  40. }
  41. if (empty($title)){
  42. $title = $this->getTitle();
  43. }
  44. ?>
  45.  
  46. <!-- Page Title -->
  47. <title><?php echo $title ?></title>
  48.  
  49. <meta http-equiv="Content-Type" content="<?php echo $this->getContentType() ?>" />
  50.  
  51. <!-- General Meta Tags -->
  52. <meta name="description" content="<?php echo htmlspecialchars($this->getDescription()) ?>" />
  53. <meta name="keywords" content="<?php echo htmlspecialchars($this->getKeywords()) ?>" />
  54. <meta name="robots" content="<?php echo htmlspecialchars($this->getRobots()) ?>" />
  55. <meta name="viewport" content="width=device-width, user-scalable=no">
  56.  
  57. <!-- Meta Icons -->
  58. <link rel="icon" href="<?php echo $this->getFaviconFile(); ?>" type="image/x-icon" />
  59. <link rel="shortcut icon" href="<?php echo $this->getFaviconFile(); ?>" type="image/x-icon" />
  60.  
  61. <!-- Font Awesome Icons -->
  62. <!--<link href="<?php echo $this->getSkinUrl('font-awesome/font-awesome.css') ?>" rel='stylesheet' type='text/css'>-->
  63. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  64.  
  65. <!--Google/Web Fonts -->
  66. <link href='//fonts.googleapis.com/css?family=Pontano+Sans' rel='stylesheet' type='text/css'>
  67. <link href='//fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
  68. <link href='//fonts.googleapis.com/css?family=Oswald:400,300' rel='stylesheet' type='text/css'>
  69. <link href='//fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800' rel='stylesheet' type='text/css'>
  70. <link href='//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700' rel='stylesheet' type='text/css'>
  71. <link href='//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700' rel='stylesheet' type='text/css'>
  72.  
  73. <!-- Adobe Typekit -->
  74. <script type="text/javascript" src="//use.typekit.net/lgo1kkk.js"></script>
  75. <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
  76.  
  77. <!-- STYLES
  78. =====================================================-->
  79.  
  80. <link href="<?php echo $this->getSkinUrl('css/flexslider.css') ?>" rel='stylesheet' type='text/css'>
  81. <link href="<?php echo $this->getSkinUrl('css/cookiecuttr.css') ?>" rel='stylesheet' type='text/css'>
  82.  
  83. <link href="<?php echo $this->getSkinUrl('css/styles.css') ?>" rel='stylesheet' type='text/css'>
  84. <link href="<?php echo $this->getSkinUrl('css/widgets.css') ?>" rel='stylesheet' type='text/css'>
  85. <link href="<?php echo $this->getSkinUrl('css/print.css') ?>" rel='stylesheet' type='text/css' media="print">
  86. <link href="<?php echo $this->getSkinUrl('css/amshopby.css') ?>" rel='stylesheet' type='text/css'>
  87.  
  88. <link href="<?php echo $this->getSkinUrl('ajaxcartpro/css/styles.css') ?>" rel='stylesheet' type='text/css'>
  89. <link href="<?php echo $this->getSkinUrl('relatedproducts/css/styles.css') ?>" rel='stylesheet' type='text/css'>
  90. <link href="<?php echo $this->getSkinUrl('iceberg/videogallery/css/videogallery.css') ?>" rel='stylesheet' type='text/css'>
  91.  
  92.  
  93. <!-- Responsive CSS -->
  94. <link href="<?php echo $this->getSkinUrl('css/responsive.css') ?>" rel='stylesheet' type='text/css'>
  95.  
  96. <!-- SCRIPTS
  97. =====================================================-->
  98.  
  99. <!-- jQuery -->
  100. <script type="text/javascript" src="<?php echo $this->getSkinUrl('js/jquery-1.4.3.min.js') ?>"></script>
  101.  
  102. <!-- jQuery UI -->
  103. <script src="//code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
  104.  
  105. <!-- For now all previously inline scripts and contents of "scripts.js" will be placed here -->
  106. <script type="text/javascript" src="<?php echo $this->getSkinUrl('js/global.js') ?>"></script>
  107.  
  108. <!-- Skin Scripts -->
  109. <script type="text/javascript" src="<?php echo $this->getSkinUrl('js/jquery.nivo.slider.js') ?>"></script>
  110. <script type="text/javascript" src="<?php echo $this->getSkinUrl('js/jquery.flexslider.js') ?>"></script>
  111. <script type="text/javascript" src="<?php echo $this->getSkinUrl('js/jquery.cookie.js') ?>"></script>
  112. <script type="text/javascript" src="<?php echo $this->getSkinUrl('js/jquery.cookiecuttr.js') ?>"></script>
  113. <script type="text/javascript" src="<?php echo $this->getSkinUrl('js/jquery.innerfade.js') ?>"></script>
  114. <script type="text/javascript" src="<?php echo $this->getSkinUrl('js/jquery.sticky.js') ?>"></script>
  115. <script type="text/javascript" src="<?php echo $this->getSkinUrl('js/jscript_xjquery.backgroundPosition.js') ?>"></script>
  116.  
  117. <script type="text/javascript" src="<?php echo $this->getSkinUrl('js/jscroll/jquery.mousewheel.js') ?>"></script>
  118. <script type="text/javascript" src="<?php echo $this->getSkinUrl('js/jscroll/jquery.jscrollpane.min.js') ?>"></script>
  119. <script type="text/javascript" src="<?php echo $this->getSkinUrl('js/cat-jquery.js') ?>"></script>
  120.  
  121. <!-- Ajax Cart Pro -->
  122. <script type="text/javascript" src="/js/aw_ajaxcartpro/ajaxcartpro-1.4.6.js"></script>
  123. <script type="text/javascript" src="/js/aw_ajaxcartpro/ajaxcartpro-community-1.4.6.js"></script>
  124. <script type="text/javascript" src="/js/aw_ajaxcartpro/product.js"></script>
  125. <script type="text/javascript" src="/js/varien/product.js"></script>
  126.  
  127. <!-- Default Scripts -->
  128. <script type="text/javascript" src="/js/prototype/prototype.js"></script>
  129. <script type="text/javascript" src="/js/lib/ccard.js"></script>
  130. <script type="text/javascript" src="/js/prototype/validation.js"></script>
  131. <script type="text/javascript" src="/js/scriptaculous/builder.js"></script>
  132. <script type="text/javascript" src="/js/scriptaculous/effects.js"></script>
  133. <script type="text/javascript" src="/js/scriptaculous/dragdrop.js"></script>
  134. <script type="text/javascript" src="/js/scriptaculous/controls.js"></script>
  135. <script type="text/javascript" src="/js/scriptaculous/slider.js"></script>
  136. <script type="text/javascript" src="/js/varien/js.js"></script>
  137. <script type="text/javascript" src="/js/varien/form.js"></script>
  138. <script type="text/javascript" src="/js/varien/menu.js"></script>
  139. <script type="text/javascript" src="/js/mage/translate.js"></script>
  140. <script type="text/javascript" src="/js/mage/cookies.js"></script>
  141.  
  142. <script type="text/javascript" src="/js/ampersand_paymentgateway/validation.js"></script>
  143. <script type="text/javascript" src="/js/solarium/autocomplete.js"></script>
  144.  
  145. <!-- IE HACKS
  146. =====================================================-->
  147.  
  148. <!--[if lt IE 8]>
  149. <link rel="stylesheet" type="text/css" href="<?php echo $this->getSkinUrl('css/styles-ie.css') ?>" media="all" />
  150. <![endif]-->
  151.  
  152. <!--[if lt IE 7]>
  153. <script type="text/javascript">
  154. //<![CDATA[
  155. var BLANK_URL = '<?php echo $this->helper('core/js')->getJsUrl('blank.html') ?>';
  156. var BLANK_IMG = '<?php echo $this->helper('core/js')->getJsUrl('spacer.gif') ?>';
  157. //]]>
  158. </script>
  159. <![endif]-->
  160.  
  161. <!--[if lt IE 7]>
  162. <div style=' clear: both; text-align:center; position: relative;'>
  163. <a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode">
  164. <img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." />
  165. </a>
  166. </div>
  167. <![endif]-->
  168.  
  169. <!--[if lt IE 7]>
  170. <script type="text/javascript" src="/js/lib/ds-sleight.js"></script>
  171. <script type="text/javascript" src="<?php echo $this->getSkinUrl('js/ie6.js') ?>"></script>
  172. <![endif]-->
  173.  
  174. <!--[if IE]>
  175. <link href="<?php echo $this->getSkinUrl('css/styles-iefix.css') ?>" rel="stylesheet" type="text/css" />
  176. <![endif]-->
  177.  
  178. <!-- DEFAULT INCLUDES
  179. =====================================================-->
  180.  
  181. <?php echo $this->getCssJsHtml() ?>
  182. <?php echo $this->getChildHtml() ?>
  183. <?php echo $this->getIncludes() ?>
  184. <?php echo $this->helper('core/js')->getTranslatorScript() ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement