* code for task#1622.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div class='block linkbox1' id='productbox'>
|
||||
<?php if(empty($productStats)):?>
|
||||
<table class='table-1 a-center bg-gray' height='138px'>
|
||||
<table class='table-1 a-center' height='138px'>
|
||||
<caption><span class='icon-allProducts'> </span><?php echo $lang->my->home->products;?></caption>
|
||||
<tr>
|
||||
<td valign='middle'>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class='block linkbox1' id='projectbox'>
|
||||
<?php if(count($projectStats) == 0):?>
|
||||
<table class='table-1 a-center bg-gray' height='138px'>
|
||||
<table class='table-1 a-center' height='138px'>
|
||||
<caption><span class='icon-allProjects'> </span><?php echo $lang->my->home->projects;?></caption>
|
||||
<tr>
|
||||
<td valign='middle'>
|
||||
|
||||
Reference in New Issue
Block a user