|
'.count($all_sites).' '.__('Active Sites').'
|
';
?>
|
|
'.__('Current Site').' : '.$all_sites[$orig_blog_id]['page_count'].'
'.__('Total').' : '.$total_stats['page_count'].'
|
';
?>
|
|
'.__('Current Site').' : '.$all_sites[$orig_blog_id]['post_count'].'
'.__('Total').' : '.$total_stats['post_count'].'
|
';
?>
|
|
'.__('Recently Added Themes').'
';
$i = 0;
foreach ($themes as $slug => $t){
$i++;
if($i > 16) break;
if(file_exists($sitepad['data_path'].'/themes/'.$t['id'])){
$img_path = get_theme_root_uri($t['id']).'/'.$t['id'].'/'.$t['id'].'_275.jpg';
}else{
$img_path = sitepad_themes_api_url($t['id']).'/'.$t['id'].'_275.jpg';
}
echo '
';
}
echo '
';
} ?>