Marcel Völkel 5 лет назад
Родитель
Сommit
e3ef18b631

+ 3
- 2
Application/templates/sternenkindsaga/html/htmlHead.tpl Просмотреть файл

@@ -1,6 +1,6 @@
1 1
 <!doctype html>
2 2
 
3
-<html lang="en">
3
+<html lang="de">
4 4
 <head>
5 5
     <title>{$settings->getValue("sitename")|replace:'{1}':$settings->getValue("sks_download_version")}</title>
6 6
     <meta charset="utf-8">
@@ -9,7 +9,8 @@
9 9
 
10 10
     <base href="http://{$smarty.server.SERVER_NAME}/">
11 11
     <!--[if IE]></base><![endif]-->
12
-    <meta name="description" content="Description default here">
12
+    <meta name="description"
13
+          content="{$settings->getValue("sitename")|replace:'{1}':$settings->getValue("sks_download_version")} - Ein packendes Rollenspiel im Stile der alten Super Nintendo Spiele.">
13 14
     <link rel="stylesheet" href="lib/bootstrap/css/bootstrap.css">
14 15
     <link rel="stylesheet" href="lib/bootstrap/css/bootstrap-theme.css">
15 16
     <link rel="stylesheet" href="Styles/css/sks-v2.css">

+ 2
- 1
Application/templates/sternenkindsaga/index.tpl Просмотреть файл

@@ -2,7 +2,8 @@
2 2
 <div class="row row-width">
3 3
     <div class="col-sm-7 less-padding sks-bottom-spacer">
4 4
         <div class="sks-box">
5
-            <strong>{$settings->getValue('lp_teaser_text_headline')}</strong><br/>
5
+            <h1>{$settings->getValue("sitename")|replace:'{1}':''}</h1>
6
+            <h2>{$settings->getValue('lp_teaser_text_headline')}</h2><br/>
6 7
             {$settings->getValue('lp_teaser_text')|nl2br}
7 8
         </div>
8 9
 

+ 1
- 1
version Просмотреть файл

@@ -1 +1 @@
1
-v1.1.2 Rev: 6
1
+v1.1.2 Rev: 7

+ 16
- 0
web/Styles/css/sks-v2.css Просмотреть файл

@@ -55,6 +55,22 @@ a:hover {
55 55
     margin: 20px auto 10px auto;
56 56
 }
57 57
 
58
+h1 {
59
+    font-size: 14px;
60
+    font-weight: bold;
61
+    padding: 0;
62
+    margin: 0;
63
+    margin-bottom: 5px;
64
+}
65
+
66
+h2 {
67
+    font-size: 14px;
68
+    font-weight: bold;
69
+    padding: 0;
70
+    margin: 0;
71
+}
72
+
73
+
58 74
 .less-padding {
59 75
     padding-left: 0;
60 76
     padding-right: 0;

Загрузка…
Отмена
Сохранить