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/tfgarchive/wpblogtest1.old/wp-content/themes/rt_nexus_wp/styles.php
<?php

/* Nexus Template by RocketTheme - August 2009
 * 
 * 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',      "2",      "3",      "4"  ), 

$stylesList = array(
	'style1'  => array('dark', 'light', 'light', 'yellow', 'dark'),
	'style2'  => array('light', 'light', 'light', 'lightblue', 'light'),
	'style3'  => array('dark', 'light', 'light', 'blue', 'dark'),
	'style4'  => array('dark', 'dark', 'dark', 'orange', 'dark'),
	'style5'  => array('light', 'light', 'light', 'green', 'dark'),
	'style6'  => array('dark', 'light', 'light', 'grey', 'dark'),
	'style7'  => array('light', 'dark', 'dark', 'brown', 'dark'),
	'style8'  => array('light', 'dark', 'dark', 'red', 'dark'),
	'style9'  => array('dark', 'dark', 'dark', 'darkblue', 'dark'),
	'style10' => array('light', 'dark', 'dark', 'darkyellow', 'dark')
);


?>