HEX
Server: Apache
System: Linux SH-FR-PM-y8qo 6.6.80-paas #1 SMP PREEMPT_DYNAMIC Thu Sep 25 11:18:23 UTC 2025 x86_64
User: hosting-user (5000)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: //srv/admin/htdocs/phppgadmin-5.6/themes/themes.php
<?php
	/**
	 * Available Themes for phpPgAdmin
	 *
	 * $Id: 
	 */

	// List of themes
	
	$appThemes = array(
		'default' => 'Default',
		'cappuccino' => 'Cappuccino',
		'gotar' => 'Blue/Green',
		'bootstrap' => 'Bootstrap3'
	);
?>