includes/wikiengine/Render/Plain.php
author Dan
Thu, 03 Jan 2008 00:53:33 -0500
changeset 345 4ccdfeee9a11
parent 1 fe660c52c48f
permissions -rw-r--r--
WiP commit for admin panel localization. All modules up to Admin:UserManager (working down the list) are localized except Admin:ThemeManager, which is due for a rewrite

<?php

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