top.php 968 Bytes
Newer Older
zYne's avatar
zYne committed
1 2 3
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
4
<TITLE>Doctrine ORM Framework <?=$title?></TITLE>
zYne's avatar
zYne committed
5
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
doctrine's avatar
doctrine committed
6
<link rel="stylesheet" type="text/css" href="styles/basic.css">
zYne's avatar
zYne committed
7
</HEAD>
doctrine's avatar
doctrine committed
8 9 10 11 12 13 14 15 16 17 18

<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">
doctrine's avatar
doctrine committed
19 20 21
        <?php
        // https://sourceforge.net/project/showfiles.php?group_id=160015
        ?>
22
        <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>
doctrine's avatar
doctrine committed
23 24 25 26 27 28
        </td>
        <td width=30>
        </td>
    </tr>
</table>