]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Update title for better SEO
authorMatt <matt@zurb.com>
Thu, 7 Nov 2013 04:41:28 +0000 (20:41 -0800)
committerMatt <matt@zurb.com>
Thu, 7 Nov 2013 04:41:28 +0000 (20:41 -0800)
docs.php
download.php
includes/_header.php
inliner.php
process.php
templates.php

index 07b88a5f3cb5ffedcc65b247be8dd8c6636446d6..f0ddf3dd4fdc012b078f6357ccbceb83c1ccf8e7 100644 (file)
--- a/docs.php
+++ b/docs.php
@@ -9,7 +9,7 @@
       }
 ?>
 
-<?php include 'includes/_header.php' ?>
+<?php $title = "Ink: Responsive Email Documentation"; include 'includes/_header.php' ?>
 <section role="main">
 <?php include 'includes/_top-bar.php' ?>
 
index 9e8e04083d84e830b9b88c5e22f85390020cba10..fb7eba18cf4dc22715551087ed04816a0cafd04e 100644 (file)
@@ -1,6 +1,6 @@
 <?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">
index 67a128e439e5c6811763d41be894e54cb607e9a8..fc774cd77a0101efc5ec32693ed3dd2b85b5c7f9 100644 (file)
@@ -10,7 +10,8 @@
       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>
index 27cb1f52e113ddebf9db311ee655a43b67af3d7f..86595d253cc2c2232be00335bf84e8238a0e7ee6 100644 (file)
@@ -1,5 +1,5 @@
 <?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' ?>
 
index 67f690218c99bb7f0b0ce90041804aa861a1c569..bf73af89cdcac86cfc8cfbfb5db1bd480582b07a 100644 (file)
@@ -1,5 +1,5 @@
 <?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' ?>
index 4ba9760f8d439d107b6d1edbef212ef47d1804da..744a8f5874f5ec9ea7c0afedf8f2df106cbb2f05 100644 (file)
@@ -1,5 +1,5 @@
 <?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' ?>