-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpg-header-a.php
More file actions
56 lines (44 loc) · 2.35 KB
/
Copy pathpg-header-a.php
File metadata and controls
56 lines (44 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?php
header( 'Content-Type:text/html; charset=utf-8' );
$thetitle = '';
$vpfjs = array();
include 'static/php/basic.php';
include 'static/php/ofc.php';
?>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Otaniemi,Fight,Club,Otaniemen,vapaaottelu,ry,MMA,BJJ,mixed martial arts,martial,arts,kamppailu-urheilu,kamppailu,urheilu,wrestling,paini,grappling,mattopaini,submission,selätys,kickboxing,potkunyrkkeily,Thai,thainyrkkeily,kick,potku,boxing,nyrkkeily,Brazilian,jiu-jitsu,karate,self-defense,itsepuolustus,sports,exercise,training,harjoittelu,Aalto,University,Aalto-yliopisto,yliopisto,Unisport,opiskelija,student,association,rekisteröity,yhdistys,Otaniemessä,Espoo,Helsinki,Finland" />
<meta name="description" content="Otaniemi Fight Club's official website." />
<meta name="author" content="azcorbin (hit me!) gmail.com" />
<title><?php echo $thetitle; ?>Otaniemi Fight Club</title>
<link rel="shortcut icon" href="/favicon.png" />
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="/static/css/ofc.css" />
<?php if ( isset( $vpfss ) ) { foreach ( $vpfss as $pfss ) { echo '<link rel="stylesheet" href="' . $pfss . '">'; } } ?>
<link rel="alternate" href="/feed/rss.xml" title="The OFC Fight Feed" type="application/rss+xml" />
</head>
<body id="body">
<!--
the topmost bar
-->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Otaniemi Fight Club</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav pull-right">
<?php include("pg-menu.php"); ?>
</ul>
</div>
</nav>
<div id="dmain">