Files
mirror-processhacker/misc/website/websitev2/header.php
T
xhmikosr cb282fee0f * use a more standard coding style
* include doesn't need parentheses

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5178 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-12-11 09:52:25 +00:00

16 lines
811 B
PHP

<?php include "config.php"; ?>
<!DOCTYPE html>
<html lang="en">
<head>
<title><?php echo $pagetitle ?> - Process Hacker</title>
<meta charset="utf-8"/>
<meta name="description" content="A free and open source process viewer with powerful process termination and memory searching/editing capabilities."/>
<link rel="icon" type="image/ico" href="favicon.ico">
<link rel="stylesheet" href="css/pack.css"/>
<link rel="alternate" type="application/atom+xml" href="http://processhacker.sourceforge.net/forums/feed.php?f=1" title="Process Hacker - News"/>
<link rel="alternate" type="application/atom+xml" href="http://sourceforge.net/p/processhacker/code/feed" title="Process Hacker - SVN"/>
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body>