Skip to content

Commit

Permalink
Added banners to _after_header (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid authored and hiqsol committed Nov 8, 2019
1 parent c641f71 commit 15032e5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/views/layouts/_after_header.php
@@ -1 +1,14 @@
<?php

use hipanel\widgets\AdBanner;
use hipanel\widgets\SidebarAdBanner;

$this->beginBlock('ad-banner.dashboard');
echo AdBanner::widget();
$this->endBlock();

$this->beginBlock('ad-banner.sidebar');
echo SidebarAdBanner::widget();
$this->endBlock();
?>

0 comments on commit 15032e5

Please sign in to comment.