mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 00:06:55 +02:00
Bump version to 3.0.56 plus some other minor tweaks
This commit is contained in:
@@ -488,6 +488,7 @@ abstract class AdminThemeFramework extends AdminTheme {
|
||||
$navArray[] = array(
|
||||
'url' => $urls->root,
|
||||
'title' => $this->_('View site'),
|
||||
'target' => '_top',
|
||||
'icon' => 'eye',
|
||||
);
|
||||
|
||||
@@ -501,6 +502,7 @@ abstract class AdminThemeFramework extends AdminTheme {
|
||||
$navArray[] = array(
|
||||
'url' => $urls->admin . 'login/logout/',
|
||||
'title' => $this->_('Logout'),
|
||||
'target' => '_top',
|
||||
'icon' => 'power-off',
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user