The skeleton HTML

Most of my web pages have an autopagebody.html file that is based on this page that you are now viewing. " ; $displayContent = 0 ; } $myLocalFiles = glob($cwdTarget . "*.mp3"); if ( count($myLocalFiles) == 1 ) { $srcFile = '"' . $pathHere . basename ( $myLocalFiles[0] ) . '"' ; $srcStyle = 'style="float: right;"' ; $srcError = 'Your browser does not support the audio element.' ; echo "
" ; $displayContent = 0 ; } $myLocalFiles = glob($cwdTarget . "*.txt"); if ( count($myLocalFiles) == 1 ) { $srcFile = $cwdTarget . basename ( $myLocalFiles[0] ) ; $Content = file_get_contents($srcFile); $order = array("\r\n", "\n", "\r"); $replace = '
'; $Content = str_replace($order, $replace, $Content); $Content = str_replace(" ", "  ", $Content); echo "

$Content

"; } ?>