templates/hideaway4you/fe_page_default.html5 line 46

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="<?= $this->language ?>"<?php if ($this->isRTL): ?> dir="rtl"<?php endif; ?>>
  3. <head>
  4. <meta charset="<?php echo $this->charset; ?>">
  5. <title><?php echo $this->pageTitle; ?> - <?php echo $this->mainTitle; ?></title>
  6. <base href="<?php echo $this->base; ?>">
  7. <!-- <meta name="robots" content="<?php echo $this->robots; ?>"> -->
  8. <meta name="robots" content="noindex, nofollow">
  9. <meta name="description" content="<?= Contao\StringUtil::substr($this->description, 320) ?>">
  10. <meta name="keywords" content="<?php echo $this->keywords; ?>">
  11. <meta name="generator" content="Contao Open Source CMS">
  12. <?php if ($this->canonical): ?>
  13. <link rel="canonical" href="<?= $this->canonical ?>">
  14. <?php endif; ?>
  15. <?php echo $this->viewport; ?>
  16. <?php echo $this->framework; ?>
  17. <?php echo $this->stylesheets; ?>
  18. <?php echo $this->mooScripts; ?>
  19. <?php echo $this->head; ?>
  20. {{file::hideaway4you/_header.php}}
  21. </head>
  22. <body id="top" class="{{ua::class}}<?php if ($this->class): ?> <?php echo $this->class; ?><?php endif; ?>"<?php if ($this->onload): ?> onload="<?php echo $this->onload; ?>"<?php endif; ?>>
  23. <?php echo $this->sections["CustomTop"]; ?>
  24. <div class="notify">
  25. <p class="message"></p>
  26. </div>
  27. <div id="wrapper">
  28. <?php if ($this->header): ?>
  29. <header id="header">
  30. <div class="inside">
  31. <?php echo $this->header; ?>
  32. </div>
  33. </header>
  34. <?php endif; ?>
  35. <?php echo $this->getCustomSections('before'); ?>
  36. <div id="container">
  37. <div id="main">
  38. <div class="inside">
  39. <?php echo $this->main; ?>
  40. </div>
  41. <?php echo $this->getCustomSections('main'); ?>
  42. </div>
  43. <?php if ($this->left): ?>
  44. <aside id="left">
  45. <div class="inside">
  46. <?php echo $this->left; ?>
  47. </div>
  48. </aside>
  49. <?php endif; ?>
  50. <?php if ($this->right): ?>
  51. <aside id="right">
  52. <div class="inside">
  53. <?php echo $this->right; ?>
  54. </div>
  55. </aside>
  56. <?php endif; ?>
  57. </div>
  58. <?php echo $this->getCustomSections('after'); ?>
  59. <div class="container py-4 py-md-5">
  60. {{insert_article::partner}}
  61. </div>
  62. <?php /*
  63. <?php if ($this->footer): ?>
  64. <footer id="footer">
  65. <div class="inside">
  66. <?php echo $this->footer; ?>
  67. </div>
  68. </footer>
  69. <?php endif; ?>
  70. */ ?>
  71. {{file::hideaway4you/_footer-content.php}}
  72. </div>
  73. <?= $this->getCustomSections('bottom'); ?>
  74. <?php $this->insert('tmpl_search-popup') ?>
  75. <?= $this->sections["FooterJS"]; ?>
  76. {{file::hideaway4you/_footer.php}}
  77. <?= $this->mootools ?>
  78. <?= $this->jsonLdScripts ?>
  79. </body>
  80. </html>