includes/wikiengine/Render/Plain/Include.php
author Dan
Thu, 31 Jan 2008 22:29:07 -0500
changeset 394 fbfdcea634a7
parent 1 fe660c52c48f
permissions -rw-r--r--
Fixed jBox menus failing to appear when window scrolled down

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