Resolve merge conflicts for upstream merge

This commit is contained in:
ninadsp
2010-07-29 19:17:25 +05:30
175 changed files with 76587 additions and 70379 deletions

View File

@@ -8,13 +8,13 @@
/**
* get some globals
*/
require_once './libraries/common.inc.php';
require './libraries/common.inc.php';
/* Theme Select */
$path_to_themes = $cfg['ThemePath'] . '/';
/* set language and charset */
require_once './libraries/header_http.inc.php';
require './libraries/header_http.inc.php';
/* HTML header */
$page_title = 'phpMyAdmin - ' . __('Theme / Style');