/* RQMS - Rash Quote Management System Copyright (C) 2003-2004 Tom Cuchta (tommah@instable.net / http://www.mastergoat.com) and Instable Network (p00p@instable.net / http://www.instable.net) http://rqms.sourceforge.net 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. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ // This is a basic color shift of the bash_template (bash clone), but it uses more technology and advanced things // Rather than straight up tables and HTML 4.01, this template uses more CSS and XHTML 1.0 // This template may cause older browsers to malfunction and such since it uses newer technologies, blabla function template(){ global $section; switch ($section){ case 0: $section='Administration'; break; case 1: $section='Home'; break; case 2: $section='Latest'; break; case 3: $section='Browse'; break; case 4: $section='Random'; break; case 5: $section='Top 150'; break; case 6: $section='Bottom'; break; case 7: $section='Add'; break; case 8: $section='Search'; break; case 9: $section='Quotes of the Week'; break; case 10: $section='Upgrade Quote'; break; case 11: $section='Downgrade Quote'; break; } global $rashversion; echo "\n" ?>