Mercurial > SimpleWebPresenter
view flag.php @ 79:9b490aa11124
Branch merge.
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Fri, 12 Oct 2012 16:47:25 +0200 |
| parents | 7c68015b211a 9d766788f0bc |
| 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
