You are here

constant CSS3PIE_CSS_CACHE_KEY in css3pie 7.2

Define a cache key for storing the CTools CSS file id.

2 uses of CSS3PIE_CSS_CACHE_KEY
_css3pie_build_css3pie_css in ./css3pie.module
helper function get all selectors and generates content for css file
_css3pie_build_css3pie_functionality in ./css3pie.module
helper function to build the module functionality

File

./css3pie.module, line 13
css3pie.module a very simple Drupal module to implement the css3pie.com javascript to your drupal and make the css selectors configurable over ui. This module creates a real css file on drupal files folder and add them via drupal_add_css.

Code

define('CSS3PIE_CSS_CACHE_KEY', 'css3pie_css_cache');