You can use .setImage function to replace the defaut house-icon in navbar by a picture.
Please note that the image has to be available by the browser.
var url="https://www.bizzworxx.de/agh32.png"; new AppGiniCommon() .setTitle("<b>CLINIC</b>Management") .setImage(url);
Example
Code Example
<!-- file: /hooks/header-extras.php --> <script> var url="https://www.bizzworxx.de/agh32.png"; new AppGiniCommon() .setTitle("<b>CLINIC</b>Management") .setImage(url); </script>
Tip
You can also insert animaged GIF's:
Do you like it?
We can only get better if you give us constructive suggestions for improvement. Just voting "No" without giving reasons or suggestions is not helpful and cannot lead to changes.
If you have been searching for a completely different solution than the subject says, this article can not be and will not be helpful for you. In these cases you should consider not to vote.
This is website feedback, only. This voting is not a support form nor ticket system.