1
0
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:
Ryan Cramer
2017-03-17 13:25:29 -04:00
parent 9c92ce5305
commit 4414a2db2b
5 changed files with 26 additions and 10 deletions

View File

@@ -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',
);