From: <gar...@us...> - 2003-07-16 11:59:31
|
Update of /cvsroot/php-blog/serendipity In directory sc8-pr-cvs1:/tmp/cvs-serv15296 Modified Files: serendipity_entries.php Log Message: Code style Index: serendipity_entries.php =================================================================== RCS file: /cvsroot/php-blog/serendipity/serendipity_entries.php,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- serendipity_entries.php 8 Jul 2003 12:14:17 -0000 1.13 +++ serendipity_entries.php 16 Jul 2003 11:59:28 -0000 1.14 @@ -94,7 +94,7 @@ • <a href="<?php echo $serendipity['serendipityHTTPPath']; ?>" ><?php echo BACK_TO_BLOG; ?></a><br /> • <a href="?serendipity[adminModule]=logout" ><?php echo LOGOUT; ?></a><br /> - <img src="<?php echo $serendipity['baseURL'] . 'templates/default/img/leer.png'; ?>" height="1" width="130" alt="" /> + <img src="<?php echo $serendipity['baseURL']; ?>templates/default/img/leer.png" height="1" width="130" alt="" /> </div> </td> |