1

I cant't add favicon in Ganglia-web

Ganglia-web use dwoo templates, and i not found tag

<head></head>

in default index.php

zersh
  • 136
  • 5

1 Answers1

0

Need add next string:

<link href="favicon.ico" rel="icon" type="image/x-icon" />

in templates/default/header.tpl

File favicon.ico put in webroot directory

zersh
  • 136
  • 5