00001 <?PHP 00002 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 00003 * This file is part of Travelsized CMS 00004 * A content management system with modules, based on wiki syntax 00005 * 00006 * Author: Dan Jensen <admin@leinir.dk> 00007 * Copyright 2003/2004 00008 * 00009 * This program is free software; you can redistribute it and/or modify 00010 * it under the terms of the GNU General Public License as published by 00011 * the Free Software Foundation; either version 2 of the License, or 00012 * (at your option) any later version. 00013 * 00014 * The GNU General Public License is available at: http://www.gnu.org/copyleft/ 00015 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 00016 00017 $page_author = getUserInfo( "admin", "name" ); 00018 $page_author_email = getUserInfo( "admin", "name" ); 00019 $page_menu = 100; // Keep this around for compatability, for a little while yet... Once we're sure all old pages are updated, remove 00020 $page_date = formatTime( filemtime("$setup_folder/i18n/$language/0.inc") ); 00021 include("$setup_folder/i18n/$language/0.inc"); 00022 $page_content = parse_page_data($page_content, $language); 00023 ?>