/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function print_header( $title ) { echo \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HTML 4.01//EN\\\" \\\"http://www.w3.org/TR/html4/strict.dtd\\\"><html lang=\\\"de\\\"><head><meta http-equiv=\\\"content-type\\\" content=\\\"text/html; charset=utf-8\\\" /><title>\" . $title . \"</title><link rel=\\\"shortcut icon\\\" href=\\\"favicon.ico\\\" type=\\\"image/x-icon\\\"><link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"corax.css\\\"></head><body>\"; };