Viewing File: /usr/local/cpanel/3rdparty/share/phpPgAdmin/themes/themes.php

<?php
	/**
	 * Available Themes for phpPgAdmin
	 *
	 * $Id: 
	 */

	// List of themes
	
	$appThemes = array(
		'default' => 'Default',
		'cappuccino' => 'Cappuccino',
		'gotar' => 'Blue/Green',
		'bootstrap' => 'Bootstrap3',
		'dark' => 'Dark'
	);
?>
Back to Directory File Manager