Re: Favicons
Posted by
Harvey on
May 30, 2012; 8:34pm
URL: https://support.nabble.com/Favicons-tp7579941p7580084.html
Pedro - so the current line 4 would come after this code?
On Wed, May 30, 2012 at 2:46 PM, Pedro <Nabble> [via Nabble Support]
<[hidden email]> wrote:
Hi,
since your app is embedded, you have to put the favicon code in the head tag of the main site.
If you want to change the app's favicon, you have to edit the html macro. Just add this code, line 4:
<override_macro name="html" parameters="head,body">
<n.html_impl>
<head>
<link rel="shortcut icon" href="http://yourIcon.jpg" type="image/x-icon" />
<n.head/>
</head>
<body>
<n.top_bar/>
<n.body/>
<n.nabble_footer/>
</body>
</n.html_impl>
</override_macro>
--
"Like" us on Facebook:
www.facebook.com/NYSkiBlogFollow us on Twitter:
http://twitter.com/nyskiblog
----------
Harvey Road:
www.NYSkiBlog.comNY Ski Forum:
forum.NYSkiBlog.comNY Ski Magazine:
mag.NYSkiBlog.com
HTTPS Please!