* change to charts, instead of the projects and products since there're closed items in them.
This commit is contained in:
@@ -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,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>
|
||||
|
||||
Reference in New Issue
Block a user