Use home.php instead of main.php in the initial page
[whome.git] / dock.php
blobffe56c3240c7fc5b671757658115623e84feccd4
1 <div id="dock">
2 <table width="64" height="500" border="0" cellpadding="0" cellspacing="0">
3 <tr>
4 <td><a href="home.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image1','','homewmaker.png',0)"><img src="homewmaker.png" alt="Home" width="60" height="81"></a></td>
5 </tr>
7 <tr>
8 <td><a href="news.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image2','','news.png',0)"><img src="news.png" alt="News" width="60" height="81"></a></td>
9 </tr>
11 <tr>
12 <td><a href="docs.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','docs.png',0)"><img src="docs.png" alt="Documentation" width="60" height="81"></a></td>
13 </tr>
15 <tr>
16 <td><a href="lists.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image4','','mailing_list.png',0)"><img src="mailing_list.png" alt="Mailing Lists" width="60" height="81"></a></td>
17 </tr>
19 <tr>
20 <td><a href="dev.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image5','','development.png',0)"><img src="development.png" alt="Development" width="60" height="81"></a></td>
21 </tr>
22 </table>
23 </div>