Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2005-11-23 17:17:53 +0300
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2005-11-23 17:17:53 +0300
commit0567bfe215d3169b90e9acd7e9a5119a65452a1f (patch)
treeec600cedde199886e8f774e46f3423a9e14b51e5 /themes.php
parenta9de47ae948e7779033e69ead57b381c23487a4b (diff)
drop PMA_setFontSizes()
Diffstat (limited to 'themes.php')
-rw-r--r--themes.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/themes.php b/themes.php
index ea0fcf81a5..368f8a6de5 100644
--- a/themes.php
+++ b/themes.php
@@ -9,8 +9,6 @@ require_once('./libraries/select_theme.lib.php');
/* set language and charset */
require_once('./libraries/header_http.inc.php');
-/* Gets the font sizes to use */
-PMA_setFontSizes();
/* HTML header */
$page_title = 'phpMyAdmin - ' . $strTheme;
require('./libraries/header_meta_style.inc.php');