A super easy PHP Framework for web development! https://github.com/exacti/phacil-framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
289 B

6 years ago
<?php
6 years ago
//$arquivos = array('/exacti5/bootstrap/css/bootstrap.min.css', '/exacti5/bootstrap/responsive-tables.js');
$include = true;
foreach($arquivos as $file_js_css) {
$URI = $basefolder.$file_js_css;
include $basefolder.'ecompress/css_and_javascript_optimized.php';
//echo $URI;
}