mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-27 23:27:04 -04:00
- Remove business logic from Config controller - Add business logic to MailchimpPlugin.php - Add config view for mailchimp plugin - gutted integrations_config.php - Added parameter type to getConfig() function parameter to remove warning in override Signed-off-by: objec <objecttothis@gmail.com>
10 lines
216 B
PHP
10 lines
216 B
PHP
<?php
|
|
/**
|
|
*
|
|
*/
|
|
?>
|
|
|
|
<?= form_open('config/saveMailchimp/', ['id' => 'mailchimp_config_form', 'enctype' => 'multipart/form-data', 'class' => 'form-horizontal']) ?>
|
|
<!-- Add plugin hooks here? -->
|
|
<?= form_close() ?>
|