PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
audio_player
<?php class CWidgetAudio_player extends CWidgetModule { public $src,$autoPlay,$controls,$loop; protected function decodeData() { $data = $this->module_data; $this->src = getIndex($data, 'src', ''); $this->autoPlay = getIndex($data, 'autoPlay', false, 'boolean'); $this->controls = getIndex($data, 'controls', false, 'boolean'); $this->loop = getIndex($data, 'loop', false, 'boolean'); } }
[+]
..
[-] frontend_script.php
[edit]
[-] backend.js
[edit]
[-] backend.php
[edit]
[-] frontend_view.php
[edit]
[-] frontend_class.php
[edit]