includes/wikiengine/Render/Plain.php
author Dan
Tue, 26 Jun 2007 20:48:44 -0400
changeset 22 d0314575e2f0
parent 1 fe660c52c48f
permissions -rw-r--r--
More preliminary l10n work; userpage portal style basics implemented

<?php

class Text_Wiki_Render_Plain extends Text_Wiki_Render {
    
    function pre()
    {
        return;
    }
    
    function post()
    {
        return;
    }
    
}
?>