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