PHP Classes

File: templates/template.php

Recommend this page to a friend!
  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: 11 years ago
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>