gnu-social/plugins/OverwriteThemeBackground
Diogo Cordeiro a9c365a5eb [VersionBump] 2.0.0alpha0
Ran composer update and locale updater
2020-08-04 05:31:44 +01:00
..
actions [DATABASE] Start transactions with START TRANSACTION 2020-06-08 12:25:01 +03:00
locale [VersionBump] 2.0.0alpha0 2020-08-04 05:31:44 +01:00
OverwriteThemeBackgroundPlugin.php [BugFix] Plugins ExtendedProfile and OverwriteThemeBackground - admin is identical to system path names. 2019-09-12 23:18:50 +01:00
README.md [OverwriteThemeBackground] This new plugin will let the admin set a custom background theme independent 2019-09-03 03:26:35 +01:00

README.md

Allows to overwrite your theme's background style

Installation

add

addPlugin('OverwriteThemeBackground');
$config['admin']['panels'][] = 'overwritethemebackground';

to the bottom of your config.php

Settings

none