includes/wikiengine/Render/Plain/Include.php
author Dan
Sun, 10 May 2009 14:43:00 -0400
changeset 959 68a91587271a
parent 1 fe660c52c48f
permissions -rw-r--r--
Added "About" sidebar block which simply shows the site description.

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