1
0
Fork 0
oldhaven/php/pgadmin/themes/themes.php

16 lines
200 B
PHP
Raw Normal View History

2011-03-29 17:51:22 +00:00
<?php
/**
* Available Themes for phpPgAdmin
*
* $Id:
*/
// List of themes
$appThemes = array(
'default' => 'Default',
'cappuccino' => 'Cappuccino',
'gotar' => 'Blue/Green'
);
?>