[UseBook-Checkins] UseBook/templates/default global.tpl.php,1.4,1.5 posts.tpl.php,1.5,1.6
Status: Inactive
Brought to you by:
pc_freak
|
From: Vandamme S. <kid...@us...> - 2005-07-07 16:40:23
|
Update of /cvsroot/usebook/UseBook/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8445/templates/default Modified Files: global.tpl.php posts.tpl.php Log Message: - Implented posts per page - Added New posts on top or bottom of pages - Fixed posts id bug - Added friendly url's Index: global.tpl.php =================================================================== RCS file: /cvsroot/usebook/UseBook/templates/default/global.tpl.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** global.tpl.php 18 Jun 2005 12:29:46 -0000 1.4 --- global.tpl.php 7 Jul 2005 16:40:07 -0000 1.5 *************** *** 611,614 **** --- 611,617 ---- $templates['normal_footer'] = ' + <p id="linkbar"> + <a href="{url_admin}">{l_Admin}</a> · <a href="{url_stats}">{l_Stats}</a> + </p> <address id="bottom"> <!-- Index: posts.tpl.php =================================================================== RCS file: /cvsroot/usebook/UseBook/templates/default/posts.tpl.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** posts.tpl.php 22 Jun 2005 07:13:34 -0000 1.5 --- posts.tpl.php 7 Jul 2005 16:40:07 -0000 1.6 *************** *** 58,62 **** </td> <td class="postinfo"> ! <div class="postdate"><a href="index.php?post=1706#post1706" name="post1706">#{id}</a> {date}</div> </td> </tr> --- 58,62 ---- </td> <td class="postinfo"> ! <div class="postdate">{id} {date}</div> </td> </tr> |