[FIXED] Live Visitors with link to the visited sites

Hi,
i like the new version of the Live plugin very much, but one thing is annoying:
you can see where the visitor was but you can’t go there.
So i added one little tag to the “last Visits.tpl”:


{/php}	
<a href="{$action.pageUrl}" target="_blank"><img align="middle" src="plugins/Live/templates/images/file{php} echo $col; {/php}.png" title="{$action.pageUrl}"></a>
{/foreach}

instead of:


{/php}	
<img align="middle" src="plugins/Live/templates/images/file{php} echo $col; {/php}.png" title="{$action.pageUrl}">
{/foreach}

regards,
python

Python, please submit your patch in the trac ticket: http://dev.piwik.org/trac/ticket/44