Skip to content

Commit

Permalink
Merge pull request #56 from matlam/fix-themes-popup
Browse files Browse the repository at this point in the history
fix popup for customizing of themes
  • Loading branch information
slims authored Jun 29, 2017
2 parents 2bc5e5e + 132e151 commit 94561db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/modules/system/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@
}

// print out the form object
echo $form->printOut();
$content = $form->printOut();

} else {
echo __('This theme not customizable');
$content = __('This theme not customizable');
}
require SB.'/admin/'.$sysconf['admin_template']['dir'].'/notemplate_page_tpl.php';
exit();
Expand Down

0 comments on commit 94561db

Please sign in to comment.