Suggest - Name Application or Logo Image - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: Suggest - Name Application or Logo Image (/showthread.php?tid=971) |
Suggest - Name Application or Logo Image - rslemer - 03-24-2018 Today I can setting name of Application thru Global Variable in Application_UI_Name I suggest ( wish ) exhibit a logo, instead a name in top of screen .... RE: Suggest - Name Application or Logo Image - joebordes - 03-25-2018 with this commit https://github.com/tsolucio/corebos/commit/d1a70d901744c178a82271870c8db00395d377cb you can now use the Application_UI_NameHTML variable to put HTML in that space, for example you can load an image with: <img src="http://corebos.org/documentation/lib/exe/fetch.php?media=wiki:logo.png"> |