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