PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
infotable
<?php class CWidgetInfotable extends CWidgetModule { public $sub_title,$title,$description,$image,$image_type,$icon_type,$icon,$text,$size,$align, $button_text,$button_link; protected function decodeData() { $this->sub_title = getIndex($this->module_data, 'sub_title'); $this->title = getIndex($this->module_data, 'title'); $this->description = getIndex($this->module_data, 'description'); $this->image = getIndex($this->module_data, 'image'); $this->image_type = getIndex($this->module_data, 'image_type',1); $this->icon_type = getIndex($this->module_data, 'icon_type'); $this->text = getIndex($this->module_data, 'text'); $this->icon = getIndex($this->module_data, 'icon'); $this->size = getIndex($this->module_data, 'size'); $this->button_text = getIndex($this->module_data, 'button_text'); $this->button_link = getIndex($this->module_data, 'button_link'); } }
[+]
..
[-] frontend_class.php
[edit]
[-] backend.js
[edit]
[-] frontend_view.php
[edit]
[-] backend.php
[edit]