Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Available Themes for phpPgAdmin
|
||||
*
|
||||
* $Id:
|
||||
*/
|
||||
|
||||
// List of themes
|
||||
|
||||
$appThemes = array(
|
||||
'default' => 'Default',
|
||||
'cappuccino' => 'Cappuccino',
|
||||
'gotar' => 'Blue/Green'
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user