aboutsummaryrefslogtreecommitdiff
path: root/template/page.phtml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--template/page.phtml43
1 files changed, 6 insertions, 37 deletions
diff --git a/template/page.phtml b/template/page.phtml
index 282b195..328f883 100644
--- a/template/page.phtml
+++ b/template/page.phtml
@@ -1,41 +1,6 @@
<!DOCTYPE html>
-<!--
-
- 1010101010101010101010101010101
- 0 0 ◺ ◺
- 1 0 0 0\ 10 01
- 0 · 1 101010101010101010101\ 10 0 ◺
- 1 · · 0 10 10 10 10
- 0 · · 1010101010101010101010101010 1 10 10 10 10
- 1 · · 10\10 10 101 1010
- 0 · · 1010101010101010101010101010 1010101010101010
- 1 · · 0 10101010231010101010
- 0 · 1 101010101010101010101010101010101 10 10
- 1 0 0 1/ 101010 101 1 0
- 0 0 10 01
- 1010101010101010101010101010101 101010 10
- 10101010101 10 1
- 101 01
- 101010101010 10
- This website 1010101010 10
- shall be bound to __ _____ ___ 101
- serve cat content \ \ / / _ \ / __| 10101010101
- \ V / (_) | (__ 101 101
- c3\_/ \___/ \___|.de 10 101
- 10 10 10 101
- 10 10 10 10 10
- 101 10 10 10101
- 10 10 10
- 10 10
- 1010 10 10
- 10101 10 10
- 10
- 10
- 10
- 10
- streaming.media.ccc.de
--->
+<? include('assemblies/motd.phtml') ?>
<html>
<head>
@@ -43,12 +8,16 @@
<title><?=h($title)?> - 31C3 Streaming</title>
<base href="<?=h($baseurl)?>" />
- <link type="text/css" rel="stylesheet" href="assets/css/lustiges-stylesheet.css" />
+ <link type="text/css" rel="stylesheet" href="assets/css/lustige-styles.css" />
+ <link type="text/css" rel="stylesheet" href="assets/css/font-awesome.min.css" />
+ <link type="text/css" rel="stylesheet" href="assets/css/mediaelementplayer.min.css" />
<script type="text/javascript" src="assets/js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="assets/js/lustiger-player.js"></script>
</head>
<body>
+ <? include('assemblies/header.phtml') ?>
+
<h1><?=h($title)?> - 31C3 Streaming</h1>
<? if(@$subtitle): ?>
<h2><?=h($subtitle)?></h2>