"> |
---|
'; if(!$remote) { echo get_i18n("Installed"); } else { echo get_i18n("Available"); } echo ' |
---|
';
$left = 0;
$right = 0;
if(isset($addon['image']) && $addon['image'] != '') {
echo '';
$right = 160;
}
if(isset($addon['new'])) {
echo '';
$left = $left + 30;
}
echo '';
echo ' '.get_i18n(ucfirst(rtrim($type,'s'))).' - '.get_i18n(ucfirst($category)).' | '.$addon['author'].' | '.$addon['count'].' '.get_i18n("Users").' ';
echo ''.$addon['description'].' '.get_i18n("Latest Version").' v'.$addon['version'].' ';
} else {
if($extLoaded && is_writable(BASE_PATH.'/'.$type.'/'.$addon['folder'])) {
echo '';
} else {
echo '';
}
}
if(is_writable(BASE_PATH.'/'.$type.'/'.$addon['folder'])) {
echo ' ';
}
} else {
if($extLoaded && is_writable(BASE_PATH.'/'.$type)) {
echo ' ';
} else {
echo ' ';
}
}
echo ' |
"> |
---|