Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

albums.php

Go to the documentation of this file.
00001 <?php
00002 // Easy to code...
00003 $template = array(
00004                 "preblock"    => '<table id="albums" border="0">',
00005                 "prerow"      => '<tr>',
00006                 "item"        => '
00007 <td>
00008   <table border="0">
00009     <tr>
00010       <td rowspan="4" valign="top"><logo></td>
00011       <td valign="top"><font size="+1"><title></font></td>
00012     </tr>
00013     <tr>
00014       <td><description></td>
00015     </tr>
00016     <tr>
00017       <td><itemscount></td>
00018     </tr>
00019     <tr>
00020       <td><font size="-1"><visited></font></td>
00021     </tr>
00022   </table>
00023 </td>
00024 <td width="50">&nbsp;</td>',
00025                 "postrow"     => '</tr>',
00026                 "postblock"   => '</table>',
00027 
00028                 "itemsperrow" => 3);
00029 ?>

Generated on Sun Oct 19 11:08:00 2003 for ImaComm by doxygen1.3