Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

htmlHead.tpl 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. <head>
  4. <meta charset="utf-8">
  5. <!--<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">-->
  6. <title> {$settings->getValue('sitename')} </title>
  7. <base href="{$settings->getValue('siteaddr')}"><!--[if IE]></base><![endif]-->
  8. <meta name="description" content="">
  9. <meta name="author" content="">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  11. <!-- Basic Styles -->
  12. <link rel="stylesheet" type="text/css" media="screen" href="lib/SmartAdmin/css/bootstrap.min.css">
  13. <link rel="stylesheet" type="text/css" media="screen" href="lib/SmartAdmin/css/font-awesome.min.css">
  14. <!-- SmartAdmin Styles : Caution! DO NOT change the order -->
  15. <link rel="stylesheet" type="text/css" media="screen" href="lib/SmartAdmin/css/smartadmin-production-plugins.min.css">
  16. <link rel="stylesheet" type="text/css" media="screen" href="lib/SmartAdmin/css/smartadmin-production.min.css">
  17. <link rel="stylesheet" type="text/css" media="screen" href="lib/SmartAdmin/css/smartadmin-skins.min.css">
  18. <!-- SmartAdmin RTL Support -->
  19. <link rel="stylesheet" type="text/css" media="screen" href="lib/SmartAdmin/css/smartadmin-rtl.min.css">
  20. <!-- We recommend you use "your_style.css" to override SmartAdmin
  21. specific styles this will also ensure you retrain your customization with each SmartAdmin update.
  22. <link rel="stylesheet" type="text/css" media="screen" href="css/your_style.css"> -->
  23. <!-- FAVICONS -->
  24. <link rel="shortcut icon" href="lib/SmartAdmin/img/favicon/favicon.ico" type="image/x-icon">
  25. <link rel="icon" href="lib/SmartAdmin/img/favicon/favicon.ico" type="image/x-icon">
  26. <!-- GOOGLE FONT -->
  27. <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,400,700">
  28. <!-- Specifying a Webpage Icon for Web Clip
  29. Ref: https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html -->
  30. <link rel="apple-touch-icon" href="lib/SmartAdmin/img/splash/sptouch-icon-iphone.png">
  31. <link rel="apple-touch-icon" sizes="76x76" href="lib/SmartAdmin/img/splash/touch-icon-ipad.png">
  32. <link rel="apple-touch-icon" sizes="120x120" href="lib/SmartAdmin/img/splash/touch-icon-iphone-retina.png">
  33. <link rel="apple-touch-icon" sizes="152x152" href="lib/SmartAdmin/img/splash/touch-icon-ipad-retina.png">
  34. <!-- iOS web-app metas : hides Safari UI Components and Changes Status Bar Appearance -->
  35. <meta name="apple-mobile-web-app-capable" content="yes">
  36. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  37. <!-- Startup image for web apps -->
  38. <link rel="apple-touch-startup-image" href="lib/SmartAdmin/img/splash/ipad-landscape.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)">
  39. <link rel="apple-touch-startup-image" href="lib/SmartAdmin/img/splash/ipad-portrait.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)">
  40. <link rel="apple-touch-startup-image" href="lib/SmartAdmin/img/splash/iphone.png" media="screen and (max-device-width: 320px)">
  41. </head>