mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-31 19:57:24 -04:00
- integrations_config.php to plugins_config.php in views Signed-off-by: objec <objecttothis@gmail.com>
10 lines
222 B
PHP
10 lines
222 B
PHP
<?php
|
|
/**
|
|
*
|
|
*/
|
|
?>
|
|
|
|
<?= form_open('config/saveMailchimp/', ['id' => 'mailchimp_config_form', 'enctype' => 'multipart/form-data', 'class' => 'form-horizontal']) ?>
|
|
<!-- TODO: Add plugin hooks here? -->
|
|
<?= form_close() ?>
|