1234567891011121314151617181920 |
- <!doctype html>
-
- <html lang="en">
- <head>
- <title>{$settings->getValue("sitename")|replace:'{1}':$settings->getValue("sks_download_version")}</title>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
-
- <base href="http://{$smarty.server.SERVER_NAME}/">
- <!--[if IE]></base><![endif]-->
- <meta name="description" content="Description default here">
- <link rel="stylesheet" href="lib/bootstrap/css/bootstrap.css">
- <link rel="stylesheet" href="lib/bootstrap/css/bootstrap-theme.css">
- <link rel="stylesheet" href="Styles/css/sks-v2.css">
-
- <!--[if lt IE 9]>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
- <![endif]-->
- </head>
|