Mercurial > SimpleWebPresenter
view flag.php @ 81:2a8e2f571b24
Make Page abstract.
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Fri, 12 Oct 2012 18:24:06 +0200 |
| parents | 9b490aa11124 |
| children | 4acaab0b02e2 |
line wrap: on
line source
<?php /** * @file * Displays a flag, in an active or disabled state, depending on parameters */ define(DEBUG,0); include_once 'CacheTimeCheck.inc'; /// @cond $scriptCache = ScriptIncludeCache::instance(__FILE__); $scriptCache->includeOnce('Flag.inc'); $flag = new Flag($scriptCache); $flag->genPage(); /// @endcond
