Conflicts: airtime_mvc/application/controllers/PreferenceController.php airtime_mvc/application/forms/Preferences.php airtime_mvc/application/views/scripts/form/preferences.phtml airtime_mvc/application/views/scripts/form/support-setting.phtml
9 lines
331 B
PHTML
9 lines
331 B
PHTML
<form method="<?php echo $this->element->getMethod() ?>" enctype="multipart/form-data">
|
|
<?php echo $this->element->getElement('csrf') ?>
|
|
|
|
<?php echo $this->element->getSubform('preferences_general') ?>
|
|
<?php //No soundcloud stuff on Airtime Pro -- Albert ?>
|
|
|
|
<?php echo $this->element->submit->render() ?>
|
|
|
|
</form>
|