diff --git a/admin.php b/admin.php index 04536a4a5..bc69f7321 100644 --- a/admin.php +++ b/admin.php @@ -95,6 +95,7 @@ $template->assign( 'U_PERMALINKS'=> $link_start.'permalinks', 'U_RETURN'=> make_index_url(), 'U_ADMIN'=> PHPWG_ROOT_PATH.'admin.php', + 'U_LOGOUT'=> PHPWG_ROOT_PATH.'index.php?act=logout', 'U_PLUGINS'=> $link_start.'plugins_list', ) ); diff --git a/admin/template/goto/admin.tpl b/admin/template/goto/admin.tpl index 5beb34d13..6103263eb 100644 --- a/admin/template/goto/admin.tpl +++ b/admin/template/goto/admin.tpl @@ -20,6 +20,7 @@ jQuery().ready(function(){ldelim}
  • {'home'|@translate}
  • {'instructions'|@translate}
  • {'admin'|@translate}
  • +
  • {'logout'|@translate}
  • {if isset($pwgmenu)}
  • {'WIKI / DOC'|@translate}