Initial commit

This commit is contained in:
admin
2011-03-29 21:51:22 +04:00
commit b5f9941788
422 changed files with 128744 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?php
/**
* Available Themes for phpPgAdmin
*
* $Id:
*/
// List of themes
$appThemes = array(
'default' => 'Default',
'cappuccino' => 'Cappuccino',
'gotar' => 'Blue/Green'
);
?>