diff options
| author | lsces <lester@lsces.co.uk> | 2025-08-28 20:25:33 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2025-08-28 20:25:33 +0100 |
| commit | 15d81f343f568cad495f330f5152093d12d7df28 (patch) | |
| tree | 2a19278b397325c77c8f30d956ac39012f6a64c5 | |
| parent | 378a54d04fea36dcd5cd2658a1edfebb65409c5e (diff) | |
| download | bitweaver-15d81f343f568cad495f330f5152093d12d7df28.tar.gz bitweaver-15d81f343f568cad495f330f5152093d12d7df28.tar.bz2 bitweaver-15d81f343f568cad495f330f5152093d12d7df28.zip | |
Information to tidy the display of the config package in the installer
| -rwxr-xr-x | config/admin/schema_inc.php | 7 | ||||
| -rwxr-xr-x | config/icons/pkg_config.jpg | bin | 0 -> 1738 bytes | |||
| -rwxr-xr-x | config/icons/pkg_config.png | bin | 0 -> 1368 bytes |
3 files changed, 7 insertions, 0 deletions
diff --git a/config/admin/schema_inc.php b/config/admin/schema_inc.php new file mode 100755 index 0000000..474c9ef --- /dev/null +++ b/config/admin/schema_inc.php @@ -0,0 +1,7 @@ +<?php +global $gBitInstaller; + +$gBitInstaller->registerPackageInfo( CONFIG_PKG_NAME, [ + 'description' => "Configuration package contains site specific configuration that can override the core system templates and functionality. Themes are stored in this package which can be selected between.", + 'license' => '<a href="http://www.gnu.org/licenses/licenses.html#LGPL">LGPL</a>', +] ); diff --git a/config/icons/pkg_config.jpg b/config/icons/pkg_config.jpg Binary files differnew file mode 100755 index 0000000..0988f26 --- /dev/null +++ b/config/icons/pkg_config.jpg diff --git a/config/icons/pkg_config.png b/config/icons/pkg_config.png Binary files differnew file mode 100755 index 0000000..225a9fd --- /dev/null +++ b/config/icons/pkg_config.png |
