}
?>
-<?php include 'includes/_header.php' ?>
+<?php $title = "Ink: Responsive Email Documentation"; include 'includes/_header.php' ?>
<section role="main">
<?php include 'includes/_top-bar.php' ?>
<?php include 'downloads/latest.php' ?>
-<?php include 'includes/_header.php' ?>
+<?php $title = "Ink: Download Ink"; include 'includes/_header.php' ?>
<?php include 'includes/_top-bar.php' ?>
<section class="top-area main downloading">
echo "<meta http-equiv=\"Refresh\" content=\"0.5; url=downloads/$download_file\" />";
}
?>
- <title>Ink</title>
+ <title><?php if (isset($title)) {echo $title;}
+ else {echo "Ink: A Responsive Email Framework from ZURB";} ?></title>
<link rel="stylesheet" href="stylesheets/app.css">
<script src="javascripts/vendor/custom.modernizr.js"></script>
</head>
<?php $thisPage="inliner"; ?>
-<?php include 'includes/_header.php' ?>
+<?php $title = "Ink: Email CSS Inliner"; include 'includes/_header.php' ?>
<section role="main">
<?php include 'includes/_top-bar.php' ?>
<?php $thisPage="process"; ?>
-<?php include 'includes/_header.php' ?>
+<?php $title = "Ink: Process for creating Responsive Email"; include 'includes/_header.php' ?>
<section role="main">
<?php include 'includes/_top-bar.php' ?>
<?php $thisPage="templates"; ?>
-<?php include 'includes/_header.php' ?>
+<?php $title = "Ink: Responsive Email Templates"; include 'includes/_header.php' ?>
<section role="main">
<?php include 'includes/_top-bar.php' ?>