mirror of
https://github.com/bckelley/blueberry-pma-theme.git
synced 2026-08-24 03:04:11 -05:00
* #32 Add a background highlight to selected rows in the browse page * #37 Label color in table pagination area * #38 Fix for slightly offset row height on some menu items Fixes a packaging problem with 0.7.2. Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
13 lines
214 B
PHP
13 lines
214 B
PHP
<?php
|
|
/**
|
|
* This file is information for Fallen theme
|
|
*
|
|
* @package Fallen
|
|
* @author Frans Allen
|
|
* @link https://www.fransallen.com
|
|
*/
|
|
|
|
// Theme info
|
|
$theme_name = 'Fallen';
|
|
$theme_full_version = '0.7.3';
|