diff --git a/index.php b/index.php index f596952c54..253cd32234 100644 --- a/index.php +++ b/index.php @@ -15,6 +15,7 @@ require_once 'libraries/common.inc.php'; * display Git revision if requested */ require_once 'libraries/display_git_revision.lib.php'; +require_once 'libraries/Template.class.php'; /** * pass variables to child pages @@ -187,7 +188,7 @@ if ($server > 0 || count($cfg['Servers']) > 1 if ($cfg['ShowChgPassword']) { $conditional_class = 'ajax'; PMA_printListItem( - PMA_Util::getImage('s_passwd.png') . " " . __('Change password'), + PMA_Util::getImage('s_passwd.png') . " " . __('Change password'), 'li_change_password', 'user_password.php' . $common_url_query, null, @@ -202,7 +203,7 @@ if ($server > 0 || count($cfg['Servers']) > 1 echo '
' . "\n" . PMA_URL_getHiddenInputs(null, null, 4, 'collation_connection') . '