29.82% (1491 of that 5000) returned a version of PHP in the header.
Interesting to see that PHP Version 5.4, which EOL was on Sep 3, 2015, is at the top of the list.
PHP 5.5.x EOL since Jul 21, 2016
Count | Name | Pct (count/1491) |
---|
<div id="footer-wrap"> | |
<div class="footer"> | |
<div id="magento-com"> | |
<div class="intro-paragraph"> | |
<div class="container"> | |
<a href="http://www.magento.com/"><img alt="Magento an ebay inc company" id="logo" src="/i/logo-gl-footer.png"></a> | |
<h3>eCommerce platform, solutions and services<br> to help grow your business.</h3> | |
</div> | |
</div> | |
<div class="container"> |
<header class="nav-main" id="nav-main"> | |
<!--Top Navigation--> | |
<nav role="navigation"> | |
<!-- <div class="menu-btn"> | |
<a class="menu-trigger menu-icon" href="#"></a> | |
</div> --> | |
<div id="global-nav"> | |
<div class="main-site-name"> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Flexbox Sample</title> | |
<link rel="stylesheet" type="text/css" href="flexbox.css"> | |
</head> | |
<body> | |
<header class="box"> | |
<div class="header-name"> | |
Header |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Flexbox Sample</title> | |
<link rel="stylesheet" type="text/css" href="flexbox.css"> | |
</head> | |
<body> | |
<header class="box"> | |
<div class="header-name"> | |
Header |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Flexbox Sample</title> | |
<link rel="stylesheet" type="text/css" href="flexbox.css"> | |
</head> | |
<body> | |
<div class="flex-container"> | |
<div class="flex-row"> | |
<div class="flex-item-1"><img class="img-responsive" src="http://shop.zebcobrands.com/media/catalog/product/cache/1/image/300x/9df78eab33525d08d6e5fb8d27136e95/3/3/33MCK.04C.BX61_44.jpg"></div> |
// ---- | |
// Sass (v3.4.14) | |
// Compass (v1.0.3) | |
// Bitters (v0.10.0) | |
// Bourbon (v4.2.3) | |
// Fancy Buttons (v1.2.0) | |
// Neat (v1.6.0) | |
// Toolkit (v2.9.0) | |
// ---- |
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css" integrity="sha384-y3tfxAZXuh4HwSYylfB+J125MxIs6mR5FOHamPBG064zB+AFeWH94NdvaCBm8qnd" crossorigin="anonymous"> | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> | |
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js" integrity="sha384-vZ2WRJMwsjRMW/8U7i6PWi6AlO1L79snBrmgiDpgIWJ82z8eA5lenwvxbMV1PAh7" crossorigin="anonymous"></script> | |
<script> | |
document.ready(function(){ | |
jQuery('.dropdown-toggle').dropdown(); | |
}); | |
</script> |
// ---- | |
// Sass (v3.4.21) | |
// Compass (v1.0.3) | |
// Bootstrap Sass (v3.3.6) | |
// Bourbon (v4.2.6) | |
// Neat (v1.6.0) | |
// ---- | |
@import "bourbon/bourbon"; | |
@import "neat/neat"; |
<?php | |
/** | |
* External Script for listing categories levels and the quantity of various product types and | |
* | |
* @copyright Copyright (c) 2016 Chris Snedaker | |
* @author Chris Snedaker <[email protected]> | |
* | |
*/ | |
// This file is placed in a sub-directory of Magento's root. |