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