]> git.llucax.com Git - software/bife/bife-all.git/blob - templates/bife_album.html
* Fixed headers in .php files.
[software/bife/bife-all.git] / templates / bife_album.html
1 <H3 class="album">{DESC}</H3>
2 <DIV class="center">
3     <TABLE class="album">
4         <TBODY>
5             <!-- BEGIN FILA -->
6             <TR>
7                 {ITEMS}
8             </TR>
9             <!-- END FILA -->
10         </TBODY>
11     </TABLE>
12 </DIV>