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