'); } 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(''); } } } } ?>
Language
Ln: 0 · Col: 0
"'); } } foreach($plugins as $plugin){ if(file_exists(PLUGINS . "/" . $plugin . "/init.js")){ echo('"'); } } } ?>