?>
    		        <th class="<?php 
    echo $class;
    ?>
"><?php 
    echo ucfirst($se);
    ?>
 <?php 
    echo $spTextHome['Indexed'];
    ?>
:</th>
        			<td><?php 
    echo $projectInfo[$se . "_indexed"];
    ?>
</td>
    		        <?php 
}
?>
        		<th>&nbsp;</th>
        		<td style="<?php 
echo $lastTdStyle;
?>
">&nbsp;</td>
        	</tr>
        </table>
	</div>
</div>
<?php 
if (!empty($printVersion) || !empty($pdfVersion)) {
    echo $pdfVersion ? showPdfFooter($spText) : showPrintFooter($spText);
}
    ?>
		<?php 
} else {
    ?>
			<tr><td colspan="<?php 
    echo $colSpan;
    ?>
" class="norecord"><?php 
    echo $spText['common']['nowebsites'];
    ?>
</td></tr>
		<?php 
}
?>
		
	</table>
</div>

<?php 
if (empty($printVersion)) {
    ?>
    </div>
    <?php 
    echo getRoundTabBot();
    ?>
    </div>
    </div>
    <?php 
} else {
    echo showPrintFooter($spText);
}