PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
icon
<?php class CWidgetIcon extends CWidgetModule { public $icon,$type,$size,$align; protected function decodeData() { $this->align = getIndex($this->module_data, 'align', 'left'); $this->icon = getIndex($this->module_data, 'icon', ''); $this->type = getIndex($this->module_data, 'type', 'fa'); $this->size = getIndex($this->module_data, 'size', 20, 'int'); } }
[+]
..
[-] frontend_class.php
[edit]
[-] backend.php
[edit]
[-] frontend_view.php
[edit]
[-] backend.js
[edit]