array( 'default' => t('Default'), 'blue' => t('Blue'), 'coffee' => t('Coffee'), 'light-blue' => t('Light blue'), 'pomegranate' => t('Pomegranate'), 'space' => t('Space [Blue]'), 'space-orange' => t('Space [Orange]'), 'space-teal' => t('Space [Teal]'), 'spring' => t('Spring'), 'white' => t('White'), ), 'data' => array( 'default' => array( 'file' => $path . '/style/default.css', ), 'blue' => array( 'file' => $path . '/style/blue.css', ), 'coffee' => array( 'file' => $path . '/style/coffee.css', ), 'light-blue' => array( 'file' => $path . '/style/light-blue.css', ), 'pomegranate' => array( 'file' => $path . '/style/pomegranate.css', ), 'space' => array( 'file' => $path . '/style/space.css', ), 'space-orange' => array( 'file' => $path . '/style/space-orange.css', ), 'space-teal' => array( 'file' => $path . '/style/space-teal.css', ), 'spring' => array( 'file' => $path . '/style/spring.css', ), 'white' => array( 'file' => $path . '/style/white.css', ), ), );