-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtop.php
20 lines (16 loc) · 891 Bytes
/
top.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?='<?xml version="1.0" ?>' . "\n" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?= $languages[0] ?>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="<?= APP_NAME . ' ' . APP_VERSION ?>" />
<title><?= $requested_period['title'] ?></title>
<link href="styles/hours.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- EDIT BELOW HERE WITH ALL OF YOUR SITE TEMPLATE TOP OF PAGE GOODNESS -->
<div id="breadcrumbs">
<p>
<strong>You are here: </strong><a href="http://library.example.edu">Home</a> > <a href="http://library.example.edu/About/">About the Library</a> > <span class="current"><?= translated('Library Hours of Opening', ' ~ ') ?></span>
</p>
</div>