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