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

photos.php

Go to the documentation of this file.
00001 <?php
00002 // Easy to code...
00003 $template = array(
00004                 "preblock"    => '<table id="photos" border="0">',
00005                 "prerow"      => '<tr>',
00006                 "item"        => '
00007 <td><thumbnail><br /><caption><br /><visited></td>
00008 <td width="50">&nbsp;</td>',
00009                 "postrow"     => '</tr>',
00010                 "postblock"   => '</table>',
00011 
00012                 "itemsperrow" => 5);
00013 ?>

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