Ignore:
Timestamp:
Aug 2, 2012, 8:11:02 PM (12 years ago)
Author:
mistic100
Message:

compatible with question_mark_in_urls=false

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GuestBook/include/guestbook.inc.php

    r16347 r17317  
    232232    if ($conf['guestbook']['activate_rating'])
    233233    {
    234       $tpl_comment['STARS'] = get_stars($row['rate'], GUESTBOOK_PATH .'template/jquery.raty/');
     234      $tpl_comment['STARS'] = get_stars($row['rate'], get_root_url().GUESTBOOK_PATH .'template/jquery.raty/');
    235235    }
    236236     
Note: See TracChangeset for help on using the changeset viewer.