HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
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')
);


?>