|
From: Sven <bra...@us...> - 2005-01-08 13:55:09
|
Update of /cvsroot/osbb/osbb/cache/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15669/cache/templates Modified Files: 0_html.php 0_index.php Log Message: -Fixed the boardview (new template system) -added the template 'button' -some minor changes Index: 0_html.php =================================================================== RCS file: /cvsroot/osbb/osbb/cache/templates/0_html.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** 0_html.php 6 Jan 2005 14:12:19 -0000 1.5 --- 0_html.php 8 Jan 2005 13:55:00 -0000 1.6 *************** *** 8,12 **** * Templatename: html * * Templatepackid: 0 * ! * Cached: Thu Jan 6 15:07:48 CET 2005 * **************************************************** */ --- 8,12 ---- * Templatename: html * * Templatepackid: 0 * ! * Cached: Fri Jan 7 13:42:11 CET 2005 * **************************************************** */ *************** *** 434,444 **** ?> <br /> ! </div> ! </td></tr></table> ! <span class="normaltext"> ! <?php echo $vars['timezone']; ?> ! </span> </table> <span class="normaltext"> --- 434,444 ---- ?> <br /> ! <span class="normaltext"> ! <?php echo $vars['timezone']; ?> ! </span> ! </div> ! </td></tr> </table> <span class="normaltext"> Index: 0_index.php =================================================================== RCS file: /cvsroot/osbb/osbb/cache/templates/0_index.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** 0_index.php 5 Jan 2005 16:21:58 -0000 1.4 --- 0_index.php 8 Jan 2005 13:55:00 -0000 1.5 *************** *** 8,12 **** * Templatename: index * * Templatepackid: 0 * ! * Cached: Wed Jan 5 17:13:59 CET 2005 * **************************************************** */ --- 8,12 ---- * Templatename: index * * Templatepackid: 0 * ! * Cached: Fri Jan 7 13:42:11 CET 2005 * **************************************************** */ *************** *** 443,446 **** --- 443,447 ---- } ?> + </table> <?php } |