14 lines
415 B
PHP
14 lines
415 B
PHP
<?php include '../../common/view/header.lite.html.php';?>
|
|
<table class='cont-lt1'>
|
|
<tr>
|
|
<td class='side a-center'>
|
|
<img src='theme/default/images/main/logo2.png' />
|
|
<h3><?php printf($lang->misc->zentao->version, $config->version);?></h3>
|
|
</td>
|
|
<td>
|
|
<?php include './links.html.php';?>
|
|
<div class='text-right'><?php echo $lang->misc->copyright;?></div>
|
|
</td>
|
|
</tr>
|
|
</table>
|