Return to Snippet

Revision: 164
at November 30, -0001 00:00 by KernelPanic


Initial Code
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>\";
	};

Initial URL


Initial Description


Initial Title
PHP: print html header

Initial Tags
php, header, textmate, html

Initial Language
PHP