<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title><?php echo $title;?> - PHP SVN My Admin</title>
</head>
<body>
<h1><a href="http://admin.www1.tor.v7digital.com/">Site Admin</a></h1>
<?php echo $content;?>
</body>
<html>
|