Skip to content

Commit

Permalink
Hide columns on verification page
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-webkul committed Mar 13, 2024
1 parent 48bf0c1 commit 20549bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/blocknewsletter/controllers/front/verification.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
*/
class BlocknewsletterVerificationModuleFrontController extends ModuleFrontController
{
private $message = '';

/**
* @see FrontController::postProcess()
*/
Expand All @@ -47,6 +45,9 @@ public function postProcess()
*/
public function initContent()
{
$this->display_column_left = false;
$this->display_column_right = false;

parent::initContent();

$this->setTemplate('verification_execution.tpl');
Expand Down

0 comments on commit 20549bf

Please sign in to comment.