PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
text
<?php class CWidgetText extends CWidgetModule { public $text; protected function decodeData() { $this->text = getIndex($this->module_data, 'text', ''); } }
[+]
..
[-] backend.php
[edit]
[-] backend.js
[edit]
[-] frontend_class.php
[edit]
[-] frontend_view.php
[edit]