* change to charts, instead of the projects and products since there're closed items in them.

This commit is contained in:
wangchunsheng
2011-06-30 12:41:59 +00:00
parent b784f146d7
commit 0abd216237
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<div class='block'>
<?php if(empty($productStats['products'])):?>
<?php if(empty($productStats['charts'])):?>
<table class='table-1 a-center' height='100%'>
<caption><?php echo $lang->my->home->products;?></caption>
<tr>
+1 -1
View File
@@ -1,5 +1,5 @@
<div class='block'>
<?php if(count($projectStats['projects']) == 0):?>
<?php if(count($projectStats['charts']) == 0):?>
<table class='table-1 a-center' height='100%'>
<caption><?php echo $lang->my->home->projects;?></caption>
<tr>