16 lines
200 B
PHP
Raw Normal View History

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