]> git.mxchange.org Git - city.git/blob - application/city/templates/code/header.ctp
Continued:
[city.git] / application / city / templates / code / header.ctp
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
3 <head>
4         <title>
5                 {?app_full_name?} - {?title?}
6         </title>
7
8         <meta name="author" content="{?meta_author?}" />
9         <meta name="publisher" content="{?meta_publisher?}" />
10         <meta name="keywords" content="{?meta_keywords?}" />
11         <meta name="robots" content="index,follow" />
12         <meta name="description" content="{?meta_description?}" />
13         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
14         <meta http-equiv="content-style-type" content="text/css" />
15         <meta http-equiv="content-script-type" content="text/javascript" />
16         <meta http-equiv="language" content="de" />
17         <meta name="viewport" content="width=device-width, initial-scale=1" />
18
19
20         <link rel="stylesheet" href="{?base_url?}/assets/bootstrap4/css/bootstrap.min.css?v=4.0.0" />
21
22         <script type="text/javascript" src="{?base_url?}/assets/jquery3/js/jquery.min.js?v=3.3.1"></script>
23         <script type="text/javascript" src="{?base_url?}/assets/popper/js/popper.min.js?v=1.12.9"></script>
24         <script type="text/javascript" src="{?base_url?}/assets/bootstrap4/js/bootstrap.min.js?v=4.0.0"></script>
25
26         {?header_extras_hook?}
27 </head>
28
29 <body>
30 <div id="masterbox" class="container-fluid">