includes/wikiengine/Render/Plain/Tighten.php
author Dan
Sun, 28 Oct 2007 17:46:54 -0400
changeset 211 753dabeca1ee
parent 1 fe660c52c48f
permissions -rw-r--r--
Completely localized admin tree menu and page toolbar

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