闸门小程序接口

This commit is contained in:
2025-07-07 02:12:33 +08:00
commit cdc59b4598
67 changed files with 1860 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<div class="cbox">
<img class="close" src="static/image/cross.png" onclick="hide_pop_box();"/>
<?php
$tfile = 'view' . DS . 'layout' . DS . g('layout') . DS . g('c') . DS . g('a') . '.tpl.html' ;
if( file_exists( AROOT . $tfile ) ) include( AROOT . $tfile );
else @include( CROOT . $tfile );
?>
</div>