theme['url'].'/default'; $theme['this_url'] = $softpanel->theme['url'].'/default'; }else{ $theme['url'] = $softpanel->theme['admin_url'].'/default'; $theme['this_url'] = $softpanel->theme['admin_url'].'/default'; } $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['images'];//Has a Trailing slash // Name of this theme $theme['this_theme'] = 'modern'; ?>