From d17814f463678cec54e6d9f469eb8f273668264e Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Mon, 26 Sep 2011 20:54:59 +0100 Subject: Replaced use of hard coded images with the sprite-aware PMA_getImage() functions (both PHP and JS). --- server_collations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server_collations.php') diff --git a/server_collations.php b/server_collations.php index 71508be791..0fc182cc5c 100644 --- a/server_collations.php +++ b/server_collations.php @@ -34,7 +34,7 @@ require './libraries/server_links.inc.php'; */ echo '

' . "\n" . ' ' . ($GLOBALS['cfg']['MainPageIconic'] - ? '' + ? PMA_getImage('s_asci.png') : '') . '' . __('Character Sets and Collations') . "\n" . '

' . "\n"; -- cgit v1.2.3