You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
- 修复广场重复显示图片
- 调整了广告的位置
This commit is contained in:
@@ -55,6 +55,7 @@ if ($config['ad_top']) echo $config['ad_top_info'];
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<? /** 底部广告 */ if ($config['ad_bot']) echo $config['ad_bot_info']; ?>
|
||||
<div class="col-md-12" style="margin-top: 10px;">
|
||||
<div class="col-md-12" style="padding-bottom: 10px;">
|
||||
<div class="col-md-6" style="padding-bottom: 10px;">
|
||||
@@ -149,4 +150,5 @@ if ($config['ad_top']) echo $config['ad_top_info'];
|
||||
document.title = "图片<?php echo basename($img); ?>的详细信息 - <?php echo $config['title']; ?>"
|
||||
</script>
|
||||
<?php
|
||||
include_once __DIR__ . "/footer.php";
|
||||
/** 引入底部 */
|
||||
require_once APP_ROOT . '/application/footer.php';
|
||||
|
||||
Reference in New Issue
Block a user