Active
Project:
ImageCache Profiles
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 May 2010 at 07:58 UTC
Updated:
11 May 2010 at 07:58 UTC
An other problem is given by User Visits. How to change the pre set for User Visits. I do not like big pictures in User Visits and my code in the template.php file seems to be not working:
/**
* kleine
*/
function user_visits($account, $timestamp = NULL, $referer = NULL) {
$output = '
'."\n";
if ($timestamp) {
$output .= $timestamp ? '
'."\n" : '';
$output .= $referer ? '
'."\n" : '';
}
$output .= '
'."\n";
return $output;
}
What can I do?