includes/wikiengine/Render/Plain.php
author Dan
Mon, 21 Jan 2008 15:37:28 -0500
changeset 362 02d315d1cc58
parent 1 fe660c52c48f
permissions -rw-r--r--
Started localization on User CP. Localized pagination, password strength, and various other small widgets. Fixed bug in path manager causing return of fullpage from get_page_id_from_url() even when namespace is Special.

<?php

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