Files
xinhu/webmain/home/desktop/items_about.php
2022-08-14 16:47:40 +08:00

23 lines
872 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* 桌面首页项(关于官网)
*/
defined('HOST') or die ('not access');
?>
<div align="left" class="list-group">
<div class="list-group-item list-group-item-success">
<i class="icon-phone"></i> <?=$itemnowname?>
</div>
<div class="list-group-item">
<div style="line-height:25px">
软件:信呼<br>
官网:<a href="<?=URLY?>" target="_blank"><?=URLY?></a><br>
版本V<?=VERSION?><br>
下载服务端PC客户端APP<a href="<?=URLY?>view_down.html" target="_blank">[去下载]</a><br>
声明:我们是开源的,请遵守我们的<a href="<?=URLY?>view_version.html" target="_blank">开源协议</a>,谢谢!<br>
帮助:提供开发帮助使用文档<a href="<?=URLY?>help.html" target="_blank">[查看]<a href="<?=URLY?>view_bidu.html" target="_blank">[必读]</a>
</div>
</div>
</div>