Login   Register  
PHP Classes
elePHPant
Icontem

File: templates/template.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Jaswinder  >  PHP My SVN Admin  >  templates/template.php  >  Download  
File: templates/template.php
Role: Sample output
Content type: text/plain
Description: Sample output
Class: PHP My SVN Admin
Manage SubVersion repositories
Author: By
Last change:
Date: 2012-12-17 10:05
Size: 300 bytes
 

Contents

Class file image Download
<!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>