includes/wikiengine/Render/Plain/Include.php
author Dan
Sun, 21 Dec 2008 17:32:03 -0500
changeset 783 368a07e59bfe
parent 1 fe660c52c48f
permissions -rw-r--r--
Minor cosmetic change to installer: bumped down Continue button on payload page by 12px

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