gnu-social/plugins/OverwriteThemeBackground
Diogo Cordeiro 10f0a15614 [VersionBump] 2.0.0alpha0
Ran composer update and locale updater
2021-07-16 19:44:38 +01:00
..
actions [DATABASE] Start transactions with START TRANSACTION 2021-07-16 19:44:36 +01:00
locale [VersionBump] 2.0.0alpha0 2021-07-16 19:44:38 +01:00
OverwriteThemeBackgroundPlugin.php [BugFix] Plugins ExtendedProfile and OverwriteThemeBackground - admin is identical to system path names. 2021-07-16 19:44:35 +01:00
README.md [OverwriteThemeBackground] This new plugin will let the admin set a custom background theme independent 2021-07-16 19:44:34 +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