remove ad id & fix claim pager params

This commit is contained in:
xiaomlove
2022-05-07 22:11:24 +08:00
parent 0d154242f2
commit eccc182e33
7 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ if ($action == 'view')
<link rel="stylesheet" href="<?php echo get_font_css_uri()?>" type="text/css">
<link rel="stylesheet" href="<?php echo get_css_uri()."theme.css"?>" type="text/css">
<link rel="stylesheet" href="styles/curtain_imageresizer.css" type="text/css">
<script src="curtain_imageresizer.js" type="text/javascript"></script><style type="text/css">body {overflow-y:scroll; overflow-x: hidden}</style>
<script src="js/curtain_imageresizer.js" type="text/javascript"></script><style type="text/css">body {overflow-y:scroll; overflow-x: hidden}</style>
</head><body class='inframe'>
<?php
print(get_style_addicode());