includes/wikiengine/Render/Plain/Include.php
author Dan
Sun, 21 Sep 2008 09:01:27 -0400
changeset 711 f70d764aab33
parent 1 fe660c52c48f
permissions -rw-r--r--
Added initial support for DST. Rules are defined in constants.php and are extensible.

<?php
class Text_Wiki_Render_Plain_Include extends Text_Wiki_Render {    
    function token()
    {
        return '';
    }
}
?>