You are here

constant CSS_INJECTOR_PAGES_NOTLISTED in CSS Injector 7

Deploy this CSS snippet on every page except the listed pages.

2 uses of CSS_INJECTOR_PAGES_NOTLISTED
CSSInjectorTest::testCSSInjectionUI in ./css_injector.test
Test the Administrative UI, making sure it does what it ought to do.
css_injector_edit in ./css_injector.admin.inc
Form builder function for the CSS rule edit form.

File

./css_injector.module, line 14
Allows administrators to inject CSS into the page output based on configurable rules. Useful for adding simple CSS tweaks without modifying a site's official theme.

Code

define('CSS_INJECTOR_PAGES_NOTLISTED', 0);