Files
gate-mini-interface/view/layout/ajax/default.tpl.html
T
2025-07-07 02:12:33 +08:00

8 lines
307 B
HTML

<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>