includes/wikiengine/Render/Plain/Tighten.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_Tighten extends Text_Wiki_Render {
    
    
    function token()
    {
        return '';
    }
}
?>