' ); } else { echo( '' ); } } // Load Component CSS Files foreach( $components as $component ) { if( file_exists( THEMES . "/". $theme . "/" . $component . "/screen.css" ) ) { echo(''); } else { if( file_exists( "themes/default/" . $component . "/screen.css" ) ) { echo( '' ); } else { if( file_exists( COMPONENTS . "/" . $component . "/screen.css" ) ) { echo( '' ); } } } } // Load Plugin CSS Files foreach( $plugins as $plugin ) { if( file_exists( THEMES . "/". $theme . "/" . $plugin . "/screen.css" ) ) { echo( '' ); } else { if( file_exists( "themes/default/" . $plugin . "/screen.css" ) ) { echo( '' ); } else { if( file_exists( PLUGINS . "/" . $plugin . "/screen.css" ) ) { echo( '' ); } } } } ?>