.css/js * this way the browser can cache the file and will reload it if the file changed * needs to have .htaccess set up correctly to link back to css/style.css */ /* only use it for file that have an absolut path */ if(!file_exists(dirname($_SERVER['SCRIPT_FILENAME']). '/' . $file)) return $file; $md5 = md5_file(dirname($_SERVER['SCRIPT_FILENAME']). '/' . $file); return preg_replace('{\\.([^./]+)$}', ".$md5.\$1", $file); } /* The basic layout */ ?> <?php echo htmlspecialchars($title) ?> " /> " />

Search for tag:
Current tags: