';
};
if (true === file_exists(dirname(__FILE__)."/plugins/emmet/emmet.min.js")) {
echo '';
};
if (true === file_exists(dirname(__FILE__)."/plugins/pesticide/pesticide.js")) {
echo '';
};
if (true === file_exists(dirname(__FILE__)."/plugins/stats.js/stats.min.js")) {
echo '';
};
if (true === file_exists(dirname(__FILE__)."/plugins/responsive-helper/responsive-helper.js")) {
echo '';
};?>
">
" .
"(" . $_SERVER['SERVER_SOFTWARE'] . ")";?>
';
} else {
for ($i = 0; $i < count($ICEcoder["last10Files"]); $i++) {
$fileFolderName = str_replace("\\", "/", $ICEcoder["last10Files"][$i]);
// Get extension (prefix 'ext-' to prevent invalid classes from extensions that begin with numbers)
$ext = "ext-" . pathinfo($docRoot . $iceRoot . $fileFolderName, PATHINFO_EXTENSION);
echo '
';
echo '';
echo str_replace($docRoot, "", str_replace("|", "/", $ICEcoder["last10Files"][$i]));
echo '';
if ($i < count($ICEcoder["last10Files"]) - 1) {
echo PHP_EOL;
};
}
}
;?>