Set Navbar-Picture / setImage function

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?