- Enables MailChimp key verification (import step 1)

This commit is contained in:
MrCasual
2015-10-23 11:10:03 -04:00
parent 3cf50810f9
commit abb2389378
5 changed files with 188 additions and 168 deletions

View File

@@ -213,13 +213,13 @@ class Menu {
echo $this->renderer->render('newsletter/form.html', $data);
}
function import() {
function import() {
$import = new Import();
$data = $import->bootstrapImportMenu();
echo $this->renderer->render('import.html', $data);
}
function formEditor() {
$id = (isset($_GET['id']) ? (int)$_GET['id'] : 0);