hey, my nice star is 16x16, not 15x15!

orig_fof
steveminutillo 2007-06-11 02:29:52 +00:00
parent 1cba1b8cea
commit a15a5050ad
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ function fof_render_item($item)
<h1 <?php if($unread) echo "class='unread-item'" ?> >
<img
height="15"
width="15"
height="16"
width="16"
src="<?php echo $star_image ?>"
id="fav<?php echo $item_id ?>"
onclick="return toggle_favorite('<?php echo $item_id ?>')"