=== modified file 'sites/all/modules/biblio/biblio.pages.inc'
--- sites/all/modules/biblio/biblio.pages.inc	2009-06-09 12:15:39 +0000
+++ sites/all/modules/biblio/biblio.pages.inc	2009-06-09 15:52:23 +0000
@@ -530,7 +530,7 @@
   $order = ($attrib['order'] == "desc" || $attrib['order'] == "DESC")?"asc":"desc";
   $cur_order = ($attrib['order'] == "desc" || $attrib['order'] == "DESC")?"desc":"asc";
   $path = drupal_get_path('module','biblio');
-  $order_arrow = ($order == 'asc') ? '<img src ="/'.$path.'/arrow-asc.png" alt =" (Desc)" />':'<img src ="/'.$path.'/arrow-desc.png" alt = " (Asc)" />';
+  $order_arrow = ($order == 'asc') ? '<img src ="'.$path.'/arrow-asc.png" alt =" (Desc)" />':'<img src ="'.$path.'/arrow-desc.png" alt = " (Asc)" />';
   $sort_links =  variable_get('biblio_sort_tabs', array('author'=>'author', 'title'=>'title', 'type'=>'type', 'year'=>'year', 'keyword'=>'keyword'));
   ksort($sort_links);
   $content .= $tabs ? '<ul class="tabs secondary ">':'';

