SproutCMS

This is the code documentation for the SproutCMS project

source of /skin/harbor/_meta-data.php

  1. <?php
  2. use Sprout\Helpers\Enc;
  3. use Sprout\Helpers\Request;
  4. use Sprout\Helpers\Url;
  5.  
  6. ?>
  7.  
  8. <meta charset="utf-8">
  9. <meta http-equiv="X-UA-Compatible" content="IE=Edge">
  10. <meta name="viewport" content="width=device-width, initial-scale=1">
  11.  
  12. <base href="<?php echo Enc::html(Url::base(false, 'https')); ?>">
  13.  
  14. <link rel="apple-touch-icon" sizes="180x180" href="SKIN/img/apple-touch-icon.png">
  15. <link rel="icon" type="image/png" href="SKIN/img/favicon-32x32.png" sizes="32x32">
  16. <link rel="icon" type="image/png" href="SKIN/img/favicon-16x16.png" sizes="16x16">
  17. <link rel="manifest" href="SKIN/favicon.json">
  18. <link rel="mask-icon" href="SKIN/img/safari-pinned-tab.svg" color="#5bbad5">
  19. <meta name="theme-color" content="#ffffff">
  20.  
  21. <link href="https://unpkg.com/blueprint-css@3.1.1/dist/blueprint.min.css" rel="stylesheet" />
  22.