theme['url'].'/default'; // Should point to default $theme['this_url'] = $softpanel->theme['url'].'/simple'; }else{ $theme['url'] = $softpanel->theme['admin_url'].'/default'; $theme['this_url'] = $softpanel->theme['admin_url'].'/simple'; } $theme['images'] = $theme['url'].'/images/';//Has a Trailing slash $theme['a_images'] = $theme['url'].'/images/'.$globals['softpanel'].'/';//Has a Trailing slash // Images specific to the this THEME $theme['this_images'] = $theme['this_url'].'/images/';//Has a Trailing slash // Name of this theme $theme['this_theme'] = 'simple'; ?>