web ico

Please I want to know hw to add a web ico .where do i edit the script to do this

  • 1. Open the file: views\default\page_elements\header.php

    2. Copy the code below between the <head> </head> tags


    <link rel="favicon" href="<?php echo $vars['url']; ?>favicon.ico" type="image/x-icon"/>

    3. Create an icon (the name must be favicon.ico, you can create it at http://www.favicon.cc/)

    4. Place the favicon.ico icon you created in your sites directory (the directory where the views, mod, languages... folders are located)

    This should solve your problem. You might have to close your browser and restart it to see the effect.