devilbox/.devilbox/www/htdocs/vendor/phppgadmin-7.13.0/themes/themes.php
2020-11-07 15:52:05 +01:00

17 lines
231 B
PHP

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