<?php
/**************************************************************************
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.
@Authors: Ryan Thompson(hide@address.com)
***************************************************************************/
$data = array(
array("name"=>"Default","directory"=>"default","button_images"=>"large","button_text"=>"0","navbar_images"=>"small","navbar_text"=>"1","navbar_newline"=>"1","scheme_link"=>"1"),
array("name"=>"Eclipse","directory"=>"eclipse","button_images"=>"large","button_text"=>"0","navbar_images"=>"large","navbar_text"=>"0","navbar_newline"=>"1","scheme_link"=>"2"),
array("name"=>"Aqua","directory"=>"aqua","button_images"=>"large","button_text"=>"0","navbar_images"=>"large","navbar_text"=>"0","navbar_newline"=>"0","scheme_link"=>"3")
);