29 lines
968 B
PHP
29 lines
968 B
PHP
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>Doctrine ORM Framework <?=$title?></TITLE>
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
|
<link rel="stylesheet" type="text/css" href="styles/basic.css">
|
|
</HEAD>
|
|
|
|
<table width="100%" cellspacing=0 cellpadding=0>
|
|
<tr>
|
|
<td width=2000 background="images/docflashbg.jpg">
|
|
<img src="images/docflash.jpg">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table width="100%" cellspacing=0 cellpadding=0>
|
|
<tr>
|
|
<td align="right">
|
|
<?php
|
|
// https://sourceforge.net/project/showfiles.php?group_id=160015
|
|
?>
|
|
<a href="index.php">main</a> | <a href="documentation2.php">documentation</a> | <a href="download.php">download</a> | <a href="faq.php">FAQ</a> | <a href="about.php">about</a> | <a href="http://www.phpbbserver.com/phpdoctrine/">forums</a>
|
|
</td>
|
|
<td width=30>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|