闸门小程序接口
This commit is contained in:
@@ -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>
|
||||
@@ -0,0 +1 @@
|
||||
<?=$info?>
|
||||
@@ -0,0 +1,4 @@
|
||||
<div class="cbox">
|
||||
<img class="close" src="static/image/cross.png" onclick="hide_pop_box();"/>
|
||||
<?=$info;?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user