123456789101112131415 |
- <?php
- /**
- * This is NOT a freeware, use is subject to license terms
- * From www.1314study.com
- */
- if(!defined('IN_DISCUZ')) {
- exit('Access Denied');
- }
- $identifier = CURMODULE;
- $splugin_setting = $_G['cache']['plugin'][$identifier];
- $splugin_lang = lang('plugin/'.$identifier);
- include template($identifier.':faq');
- ?>
|