|
|
|
@ -19,11 +19,14 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use
@@ -19,11 +19,14 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use
|
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|
<div class="app_recommend" id="app_recommend"> |
|
|
|
|
<header class="top_nav elementBlock vercenter"> |
|
|
|
|
<a class="log_tn clearfix" href="/"> |
|
|
|
|
<header class="top_nav"> |
|
|
|
|
<a class="log_tn clearfix" href="/" title="<?php echo $pageTitle; ?>"> |
|
|
|
|
<span class="verMiddle">Ta荐</span> |
|
|
|
|
- TaJian.tv |
|
|
|
|
</a> |
|
|
|
|
<div class="right_class_tn"> |
|
|
|
|
<a class="connect_me_tn" href="https://github.com/filesite-io/machete" target="_blank" title="从GitHub下载Machete源码"><img src="/img/download.png" alt="下载Machete源码" class="downicon">下载源码</a> |
|
|
|
|
</div> |
|
|
|
|
</header> |
|
|
|
|
|
|
|
|
|
<?php |
|
|
|
@ -35,17 +38,17 @@ if (!empty($viewFile) && file_exists($viewFile)) {
@@ -35,17 +38,17 @@ if (!empty($viewFile) && file_exists($viewFile)) {
|
|
|
|
|
|
|
|
|
|
<div class="footer"> |
|
|
|
|
<div class="copyright"> |
|
|
|
|
<?php if (!empty(FSC::$app['config']['theme'])) { ?> |
|
|
|
|
<?php /*if (!empty(FSC::$app['config']['theme'])) { ?> |
|
|
|
|
Theme name <strong><?php echo FSC::$app['config']['theme']; ?></strong> |
|
|
|
|
<br> |
|
|
|
|
<?php } ?> |
|
|
|
|
<?php }*/ ?> |
|
|
|
|
<a href="https://filesite.io" target="_blank">©FileSite.io</a> 2022 - execute time: {page_time_cost} ms |
|
|
|
|
<br> |
|
|
|
|
数据采集由 |
|
|
|
|
<a href="https://herounion.filesite.io" target="_blank">HeroUnion英雄联盟</a> |
|
|
|
|
提供技术支持 |
|
|
|
|
<br> |
|
|
|
|
从GitHub下 <a href="https://github.com/filesite-io/machete" target="_blank">Machete源码</a> 快速克隆本站 |
|
|
|
|
从GitHub下 <a href="https://github.com/filesite-io/machete" target="_blank">Machete源码</a> 部署到本地 |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div><!--app_recommend--> |
|
|
|
|