You could use HTML_EXTRA_STYLESHEET and put e.g. this in the CSS:

#projectname:after
{
     content:url("/img/some.ico")
}

Maybe you must modify this a little to get exactly what you want - the 
main trick is to use :after or :before for some elements which are 
tagged with ids.

In a similar way we switch off the whole title area:

#titlearea
{
     display:none;
}

-- Ernst

Am 27.09.2012 19:24, schrieb Albert:
> Dear all,
>
> I would like to have, besides the project logo on the left hand side
> of the page, a logo on the right hand side of the page. I've tried
> different thing but I have not been successful.
>
> Does anybody have any suggestions or is it only possible by changing
> the index.html page (and possibly some other html pages) or by
> changing doxygen ?
>
> Thanks in advance,
>
> Albert
>

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to