Conflicts: airtime_mvc/application/forms/GeneralPreferences.php airtime_mvc/application/views/scripts/form/preferences_general.phtml airtime_mvc/application/views/scripts/form/support-setting.phtml
5 lines
277 B
PHTML
5 lines
277 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 ?>
|
|
</form>
|