Repellent
8 years ago
1 changed files with 19 additions and 0 deletions
@ -0,0 +1,19 @@ |
|||||||
|
<? |
||||||
|
/** |
||||||
|
* @autor Repellent |
||||||
|
* @package AVE.cms |
||||||
|
* @subpackage editcaptcha |
||||||
|
* @filesource |
||||||
|
*/ |
||||||
|
class ModuleEditcaptcha |
||||||
|
{ |
||||||
|
var $tpl_dir; |
||||||
|
function editCaptcha () |
||||||
|
{ |
||||||
|
global $AVE_Template; |
||||||
|
$imports = "ASD"; |
||||||
|
$AVE_Template->assign('captchas',$captcha); |
||||||
|
$AVE_Template->assign('content', $AVE_Template->fetch($this->tpl_dir . 'editcaptcha.tpl')); |
||||||
|
} |
||||||
|
} |
||||||
|
?> |
Loading…
Reference in new issue