Commit:    a609b332d58300e87089c109500cc7c51408a523
Author:    Levi Morrison <[email protected]>         Sun, 15 Sep 2013 12:58:48 -0600
Parents:   54a6faa6a895df5a450d02928a0b7fe4e98a31c8 
58b0b4e6716350a880aa01ce52ddd8af5a41477b
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=a609b332d58300e87089c109500cc7c51408a523

Log:
Merged in responsive; hopefully didn't break much if anything.

Changed paths:
  MM  include/footer.inc
  MM  include/layout.inc
  MM  styles/theme.css


Diff:
diff --cc include/footer.inc
index b4052b9,fd635c4..191f0cd
--- a/include/footer.inc
+++ b/include/footer.inc
@@@ -32,24 -42,11 +42,28 @@@
      }
      ?>
  
 +<script type="text/javascript">
 +  var GoSquared = {};
 +  GoSquared.acct = "GSN-094556-T";
 +  (function(w){
 +    function gs(){
 +      w._gstc_lt = +new Date;
 +      var d = document, g = d.createElement("script");
 +      g.type = "text/javascript";
 +      g.src = "//d1l6p2sc9645hc.cloudfront.net/tracker.js";
 +      var s = d.getElementsByTagName("script")[0];
 +      s.parentNode.insertBefore(g, s);
 +    }
 +    w.addEventListener ?
 +      w.addEventListener("load", gs, false) :
 +      w.attachEvent("onload", gs);
 +  })(window);
 +</script>
  
+  <script type="text/javascript" 
src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js";></script>
+  <script type="text/javascript" src="/js/common.js<?php echo $v?>"></script>
+  <?php include 'uservoice.inc' ?>
+ 
  </body>
  </html>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to