Subversion Repositories travelsized

Rev

Rev 123 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?PHP
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * This file is part of Travelsized CMS
 *              A content management system with modules, based on wiki syntax
 *
 * Author: Dan Jensen <admin@leinir.dk>
 * Copyright 2003/2004
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * The GNU General Public License is available at: http://www.gnu.org/copyleft/
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


        $page_author = getUserInfo( "admin", "name" );
        $page_author_email = getUserInfo( "admin", "name" );
        $page_menu = 100; // Keep this around for compatability, for a little while yet... Once we're sure all old pages are updated, remove
        $page_date = formatTime( filemtime("$setup_folder/i18n/$language/0.inc") );
        include("$setup_folder/i18n/$language/0.inc");
        $page_content = parse_page_data($page_content, $language);
?>