Skip to content

Commit

Permalink
Merge pull request #2 from bosodo/patch-1
Browse files Browse the repository at this point in the history
Update default.ctp for case sensitive folder name.
  • Loading branch information
malamalca authored Nov 20, 2019
2 parents 030b492 + 0ab1eec commit 87b0779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Template/Layout/default.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
if (isset($sidebar)) {
if (!empty($sidebar)) {
?>
<div id="sidebar"><?= $this->element('sidebar' . DS . $sidebar) ?>&nbsp;</div>
<div id="sidebar"><?= $this->element('Sidebar' . DS . $sidebar) ?>&nbsp;</div>
<?php
}
}
Expand Down

0 comments on commit 87b0779

Please sign in to comment.