devilbox/.devilbox/www/htdocs/vendor/phppgadmin-7.12.1/themes/themes.php

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'
);
?>