Mercurial > SimpleWebPresenter
comparison flag.php @ 78:7c68015b211a
Common source for all page generators.
Support for compressed output.
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Fri, 12 Oct 2012 16:43:26 +0200 |
| parents | fae4322d6c29 |
| children | 9b490aa11124 |
comparison
equal
deleted
inserted
replaced
| 76:fae4322d6c29 | 78:7c68015b211a |
|---|---|
| 9 | 9 |
| 10 $scriptCache = ScriptIncludeCache::instance(__FILE__); | 10 $scriptCache = ScriptIncludeCache::instance(__FILE__); |
| 11 $scriptCache->includeOnce('Flag.inc'); | 11 $scriptCache->includeOnce('Flag.inc'); |
| 12 | 12 |
| 13 $flag = new Flag($scriptCache); | 13 $flag = new Flag($scriptCache); |
| 14 print $flag->getPage(); | 14 print $flag->genPage(); |
