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

16 lines
200 B
PHP

<?php
/**
* Available Themes for phpPgAdmin
*
* $Id:
*/
// List of themes
$appThemes = array(
'default' => 'Default',
'cappuccino' => 'Cappuccino',
'gotar' => 'Blue/Green'
);
?>