Sha256: 795534716cb7416ef2de8bf012a97f01f7686a8249464e6d4fcd9980b1656cbc

Contents?: true

Size: 613 Bytes

Versions: 15

Compression:

Stored size: 613 Bytes

Contents

<?php
/*
This file is a wrapper, for use in PHP environments, which serves PIE.htc using the
correct content-type, so that IE will recognize it as a behavior.  Simply specify the
behavior property to fetch this .php file instead of the .htc directly:

.myElement {
    [ ...css3 properties... ]
    behavior: url(PIE.php);
}

This is only necessary when the web server is not configured to serve .htc files with
the text/x-component content-type, and cannot easily be configured to do so (as is the
case with some shared hosting providers).
*/

header( 'Content-type: text/x-component' );
include( 'PIE.htc' );
?>

Version data entries

15 entries across 14 versions & 3 rubygems

Version Path
trio-1.2.10 lib/trio/framework/_sass/trio/PIE.php
trio-1.2.9 lib/trio/framework/_sass/trio/PIE.php
trio-1.2.8 lib/trio/framework/_sass/trio/PIE.php
trio-1.2.7 lib/trio/framework/_sass/trio/PIE.php
trio-1.2.6 lib/trio/framework/_sass/trio/PIE.php
middleman-swift-0.2.0 lib/middleman-swift/template/source/js/PIE.php
middleman-swift-0.1.0 lib/middleman-swift/template/source/js/PIE.php
survivalkit-0.3.4 templates/project/sources/pie/sources/wrappers/PIE.php
survivalkit-0.3.3 templates/project/sources/pie/sources/wrappers/PIE.php
survivalkit-0.3.3 templates/drupal/sources/pie/sources/wrappers/PIE.php
survivalkit-0.3.2 templates/project/sources/pie/sources/wrappers/PIE.php
survivalkit-0.3.1 templates/project/sources/pie/sources/wrappers/PIE.php
survivalkit-0.3 templates/project/sources/pie/sources/wrappers/PIE.php
survivalkit-0.2.1 templates/project/sources/pie/sources/wrappers/PIE.php
survivalkit-0.1 templates/project/sources/pie/sources/wrappers/PIE.php