270c270,271
<     $output = '
---
>     $baseurl = base_path();
> 	$output = '
273c274
< 		<a href="/user/login?destination='.$_GET['q'].'" title=""><span id="vote-text-'.$nid.'" class="vote-text">'.t('login').'</span></a>
---
> 		<a href="'.$baseurl.'user/login?destination='.$_GET['q'].'" title=""><span id="vote-text-'.$nid.'" class="vote-text">'.t('login').'</span></a>
