Login  Register

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> 



If you reply to this email, your message will be added to the discussion below:
http://support.nabble.com/Favicons-tp7579941p7580031.html
To unsubscribe from Favicons, click here.
NAML



--
"Like" us on Facebook: www.facebook.com/NYSkiBlog
Follow us on Twitter: http://twitter.com/nyskiblog
----------
Harvey Road: www.NYSkiBlog.com
NY Ski Forum: forum.NYSkiBlog.com
NY Ski Magazine: mag.NYSkiBlog.com
NY Ski Directory: directory.NYSkiBlog.com

HTTPS Please!