includes/wikiengine/Render/Plain/Include.php
author Dan
Mon, 07 Jul 2008 02:41:50 -0400
changeset 598 4e5985fffc4d
parent 1 fe660c52c48f
permissions -rw-r--r--
Added the theme_is_<themeid> template boolean value to allow conditional template code depending on theme ID (in shared templates, sidebar blocks, etc.)

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