Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Page names has been changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCarmen committed Jan 22, 2018
1 parent 6a16a26 commit 4743e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Theme/JustBlackTheme.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function secondaryMenu() {
* In this theme we use full width pages on some pages
*/
protected function setFluidClass() {
$pages = ['index', 'individual'];
$pages = ['tree-page', 'user-page', 'individual'];

if (in_array($this->getPage(), $pages)) {
return '-fluid'; // container-fluid
Expand Down

0 comments on commit 4743e69

Please sign in to comment.