Skip to content

Commit

Permalink
Rename Appearance to Gantry 5 as it seems to be less confusing fo…
Browse files Browse the repository at this point in the history
…r most users
  • Loading branch information
mahagr committed Jan 23, 2017
1 parent a9f49b2 commit 98f4331
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
- Added support for `Maintenance` plugin
- Added particle for `LangSwitcher` plugin
- Added particle for `Feed` plugin
2. [](#improved)
- Rename `Appearance` to `Gantry 5` as it seems to be less confusing for most users
3. [](#bugfix)
- Fixed particles inside positions having extra margin and padding (`g-content` class)
- Fixed menu rendering issues in multi-language sites
Expand Down
2 changes: 1 addition & 1 deletion platforms/grav/gantry5/gantry5.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public function onGetPageTemplates(Event $event)
public function onAdminMenu()
{
$nonce = Utils::getNonce('gantry-admin');
$this->grav['twig']->plugins_hooked_nav['Appearance'] = ['route' => "gantry/configurations/default/styles?nonce={$nonce}", 'icon' => 'fa-gantry'];
$this->grav['twig']->plugins_hooked_nav['Gantry 5'] = ['route' => "gantry/configurations/default/styles?nonce={$nonce}", 'icon' => 'fa-gantry'];
}

/**
Expand Down

0 comments on commit 98f4331

Please sign in to comment.