diff options
author | Angelo Naselli <anaselli@linux.it> | 2016-01-04 18:52:35 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2016-01-04 18:52:35 +0100 |
commit | 96942e4ddfa330bb339d13d0ac2c0a8941db168a (patch) | |
tree | 2ad14cb2fde4e1eefb12cb5256c1d1e44168b2ec /MODULE_HACKING | |
parent | edd211c4827a0ce8b19d7baf5ce6c1c8163192da (diff) | |
download | manatools-96942e4ddfa330bb339d13d0ac2c0a8941db168a.tar manatools-96942e4ddfa330bb339d13d0ac2c0a8941db168a.tar.gz manatools-96942e4ddfa330bb339d13d0ac2c0a8941db168a.tar.bz2 manatools-96942e4ddfa330bb339d13d0ac2c0a8941db168a.tar.xz manatools-96942e4ddfa330bb339d13d0ac2c0a8941db168a.zip |
managed also relative pathnamed icons
Diffstat (limited to 'MODULE_HACKING')
-rw-r--r-- | MODULE_HACKING | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MODULE_HACKING b/MODULE_HACKING index aaee7cb0..e5e3e3fa 100644 --- a/MODULE_HACKING +++ b/MODULE_HACKING @@ -115,6 +115,11 @@ Let's see an example of a category configuration </module> </category> +Note that icon and logo elements could be absolute or relative +pathnames (e.g. no "/" as first char), if relative the absolute +pathname is evaluated as +File::ShareDir::dist_file(ManaTools::Shared::distName(), 'given/file'). + First module is a perl ManaTools::Module extension (Services), latter is an external one, called "module" and with a full pathname. |