File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 4
4
*
5
5
* @package custom
6
6
*/
7
- $ this ->need ('components/header.php ' );
8
7
?>
9
8
10
- <div class="PAP">
11
- <div class="PAP-content">
12
- <?php $ this ->content (); ?>
13
- </div>
14
- </div>
9
+ <div style="display: flex;height: 100vh;justify-content: center; align-items: center;">
10
+ <h2 style="opacity: 0.3; font-weight: 200;font-size: 2.5rem">跳转中...</h2>
11
+ </div>
15
12
16
- <script type="text/javascript">
17
- setTimeout(window.location.href= '<?php echo $ this ->fields ->redirectURL ;?> ',<?php echo $ this ->fields ->redirectSecond ;?> )
18
- </script>
19
-
20
- <?php if ($ this ->fields ->enableComment == 1 ): ?>
21
- <?php $ this ->need ('components/comments.php ' ); ?>
22
- <?php endif ; ?>
23
- <?php $ this ->need ('components/footer.php ' ); ?>
13
+ <script type="text/javascript">
14
+ setTimeout(()=>{window.location.href= '<?php echo $ this ->fields ->redirectURL ;?> '},<?php echo $ this ->fields ->redirectSecond ;?> )
15
+ </script>
You can’t perform that action at this time.
0 commit comments