begin of thinksaas 3.68

Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2023-06-22 13:33:25 +08:00
commit 963ec1b2ea
2746 changed files with 331806 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
defined('IN_TS') or die('Access Denied.');
//回到顶部插件
function gotop_html(){
echo '<script type="text/javascript" src="'.SITE_URL.'plugins/pubs/gotop/jquery.goToTop.js"></script>';
}
function gotop_css(){
echo '<link href="'.SITE_URL.'plugins/pubs/gotop/style.css" rel="stylesheet" type="text/css" />';
}
addAction('pub_footer', 'gotop_html');
addAction('pub_header_top', 'gotop_css');