Skip to content

Commit

Permalink
Dev: Add dummy view until full-page-wrapper is factored out
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jul 26, 2016
1 parent b39d7c6 commit c7d1eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/PluginHelper.php
Expand Up @@ -47,7 +47,7 @@ public function fullpagewrapper($plugin, $method)
$content = $this->getContent(null, $plugin, $method);

$aData['content'] = $content;
$this->_renderWrappedTemplate(null, array(), $aData);
$this->_renderWrappedTemplate(null, 'super/dummy', $aData);
}

/**
Expand Down
1 change: 1 addition & 0 deletions application/views/admin/super/dummy.php
@@ -0,0 +1 @@
<?php echo $content; ?>

0 comments on commit c7d1eb9

Please sign in to comment.