예제 #1
0
파일: html_foot.php 프로젝트: sinfocol/gwf3
<?php

### This is wechall html_foot!
if (defined('WC_HTML_HEAD__DEFINED') || isset($_GET['ajax'])) {
    return;
}
define('WC_HTML_HEAD__DEFINED', true);
//GWF_Session::commit();
echo '</div></div>';
echo GWF_Template::template('tpl/wc4/chall_foot.tpl', array('wcfooter' => WC_HTML::displayFooter()));
#echo SF::getHTMLfoot();