File: /home/mmickelson/theflexguys.com/baronconstruct/wp-content/themes/rt_affinity_wp/styles.php
<?php
/* Affinity Theme by RocketTheme - January 2010
*
* In this file you can define all the predefined styles that
* you can find in the Admin CP, Template Manager.
*
*/
global $stylesList;
// 'style1' => array('0', '1' ),
$stylesList = array(
'style1' => array('style1'),
'style2' => array('style2'),
'style3' => array('style3'),
'style4' => array('style4'),
'style5' => array('style5'),
'style6' => array('style6')
);
?>