|
From: Christopher Kings-L. <ch...@us...> - 2002-04-10 04:09:55
|
Update of /cvsroot/phppgadmin/webdb/conf
In directory usw-pr-cvs1:/tmp/cvs-serv16254/conf
Modified Files:
config.inc.php
Log Message:
basic table browsing
Index: config.inc.php
===================================================================
RCS file: /cvsroot/phppgadmin/webdb/conf/config.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** config.inc.php 18 Feb 2002 13:06:13 -0000 1.4
--- config.inc.php 10 Apr 2002 04:09:47 -0000 1.5
***************
*** 18,21 ****
--- 18,22 ----
// GUI settings
$guiLeftFrameWidth = 200;
+ $guiTheme = 'default';
// Servers and types
***************
*** 77,81 ****
// Theme
echo "<style type=\"text/css\">\n<!--\n";
! include("../themes/default/global.css");
echo "\n-->\n</style>\n";
--- 78,82 ----
// Theme
echo "<style type=\"text/css\">\n<!--\n";
! include("../themes/{$guiTheme}/global.css");
echo "\n-->\n</style>\n";
|