Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Where to find content of {asset name='Head'} ? need to change favicon location

aeryaery ✭✭✭
edited March 2011 in Vanilla 2.0 - 2.8
I have to change my forum favicon location. Where should I be finding php file to edit it?

There was an error rendering this rich post.

Tagged:

Comments

  • It can be changed in your config.php file by adding this:

    $Configuration['Garden']['FavIcon'] = '/favicon.ico';
  • To answer the other part of your question though, the Head asset is built throughout the code on the fly and rendered at the end. For instance, when you do 'AddCss' or 'AddJs' you're putting things in the Head asset.
Sign In or Register to comment.