function getDefault() { $desvio = desvio(); getJquery(); getAngular(); getBootstrap(); echo "<meta charset='utf-8'/>\n"; echo "<link rel='stylesheet' href='{$desvio}/includes/css/layout.css'/>\n"; echo "<link rel='shortcut icon' href='{$desvio}/includes/img/favicon.png'>\n"; }
****************************************************************************************/ ?> <?php /**************************************************************************************** INTERFACE - SECTION ****************************************************************************************/ ?> <!DOCTYPE HTML> <html> <head> <title>IFM - improved file manager</title> <meta charset="utf-8"> <!-- jQuery and jQuery UI (php functions at the end of the script--> <script><?php echo getJquery(); ?> </script> <script><?php echo getJqueryUI(); ?> </script> <script><?php echo getAce(); ?> </script> <script><?php echo getJqueryFancybox(); ?> </script>