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