commit 564499ebc9e6fd6c12dc0387ab3152d9dc1a50b3
parent 0f3463f14c28d647403641b3c5c47825ff1584b4
Author: cipher <haris@2f30.org>
Date: Fri, 16 May 2014 00:13:19 +0300
Template changes. Seperation of logo/menu and container.
Diffstat:
3 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/template/article-top b/template/article-top
@@ -3,11 +3,13 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
- <title>perl test</title>
+ <title>Bliper</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
+<div class="header">
+ <a name="start"></a>
+ <img class="logo" src="images/pixel.png" />
+%INSERTMENU%
+</div>
<div class="container"> <!-- container begin -->
-<a name="start"></a>
-<img src="images/sample.png" />
-INSERTMENU
diff --git a/template/main-top b/template/main-top
@@ -3,10 +3,12 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
- <title>perl test</title>
+ <title>Bliper</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
+<div class="header">
+ <img class="logo" src="images/pixel.png" />
+%INSERTMENU%
+</div>
<div class="container"> <!-- container begin -->
-<img src="images/sample.png" />
-INSERTMENU
diff --git a/template/page-top b/template/page-top
@@ -3,11 +3,13 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
- <title>perl test</title>
+ <title>Bliper</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
+<div class="header">
+ <a name="start"></a>
+ <img class="logo" src="images/pixel.png" />
+%INSERTMENU%
+</div>
<div class="container"> <!-- container begin -->
-<a name="start"></a>
-<img src="images/sample.png" />
-INSERTMENU