]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Set up downloads page to actually download something.
authorEric Morris <eric@zurb.com>
Mon, 30 Sep 2013 07:45:00 +0000 (00:45 -0700)
committerEric Morris <eric@zurb.com>
Mon, 30 Sep 2013 07:45:00 +0000 (00:45 -0700)
download.php
includes/_header.php

index 6d6b6a4d876cc55005a713530f103344bcca6d88..6badaedb2cf29f9d4678b771114043898c13cd7f 100644 (file)
@@ -1,3 +1,5 @@
+<?php $download_url = 'Ink-0.5.1.zip' ?>
+
 <?php include 'includes/_header.php' ?>
 <?php include 'includes/_top-bar.php' ?>
 
@@ -15,9 +17,9 @@
 <div class="row under-inky-fish">
   <div class="large-7 columns">
     <h3 class="light">Here&rsquo;s what&rsquo;s included</h3>
-    <p class="lead">Aenean lacinia bibendum nulla sed consectetur.</p>
+    <p class="lead">Some goodies to get you started.</p>
     <ul class="disc">
-      <li>Boilerplate</li>
+      <li>Our HTML Email Boilerplate</li>
       <li>CSS stylesheet</li>
       <li>Two sample emails</li>
     </ul>
index 9645b0879b83d5bac0cb5f37e928962b6589de92..28f5cabc003430a432dc2a5a1e17e5048a3335e6 100644 (file)
@@ -5,6 +5,11 @@
 <head>
        <meta charset="utf-8">
   <meta name="viewport" content="width=device-width">
+  <?php 
+    if($download_url) {
+      echo "<meta http-equiv=\"Refresh\" content=\"0.5; url=$download_url\" />";
+    }
+  ?>
   <title>Ink</title>
   <link rel="stylesheet" href="stylesheets/app.css">
   <script src="javascripts/vendor/custom.modernizr.js"></script>