Mercurial > SimpleWebPresenter
comparison constants.inc @ 88:7a9c45b53866
Add possibility to validate using validator.w3.org
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Wed, 17 Oct 2012 20:43:07 +0200 |
| parents | 2cfea6e84694 |
| children | aafc23919e79 |
comparison
equal
deleted
inserted
replaced
| 86:b9654b9c4a66 | 88:7a9c45b53866 |
|---|---|
| 11 define(DEBUG_LEVEL, VERBOSITY_WARNING); | 11 define(DEBUG_LEVEL, VERBOSITY_WARNING); |
| 12 | 12 |
| 13 define(DUMP, 0); | 13 define(DUMP, 0); |
| 14 define(MAX_RECURSE, 50); | 14 define(MAX_RECURSE, 50); |
| 15 define(CACHING, 1); | 15 define(CACHING, 1); |
| 16 define(VALIDATE, 0); | |
| 16 | 17 |
| 17 define(ABORT_ON_LOG, TRUE); | 18 define(ABORT_ON_LOG, TRUE); |
| 18 | 19 |
| 19 | 20 |
| 20 if (DEBUG_LEVEL >= VERBOSITY_WARNING) { | 21 if (DEBUG_LEVEL >= VERBOSITY_WARNING) { |
