diff options
Diffstat (limited to 'sample/src/setup.xml')
| -rw-r--r-- | sample/src/setup.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sample/src/setup.xml b/sample/src/setup.xml index 84cc639..12bef08 100644 --- a/sample/src/setup.xml +++ b/sample/src/setup.xml @@ -69,6 +69,11 @@ <!-- usual format: "Copyright, John Smith, 19xx. All rights reserved." --> <add_copyright>This is custom copyright string added to every picture. And the second line.</add_copyright> + + <!-- favicon support, the "type" attribute is optional, --> + <!-- please alter it to the right icon MIME type --> + <!-- http://www.w3.org/2005/10/howto-favicon --> + <favicon type="image/png">apple-red.png</favicon> </meta> <navigation> |
