Results 1 to 10 of 2242

Threaded View

  1. #11
    Join Date
    Aug 2006
    Posts
    15
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Gerome View Post
    At the end of includes/languages/english/meta_tags.php, you will find this line:

    Code:
    define('FAVICON','favicon.ico');
    You will certainly have to overide this file for your template like that:

    In the file includes/languages/english/your_template/meta_tags.php
    Code:
    define('FAVICON','your_template.ico');
    You can do that for every template you have since you are supose to use different template for each site...
    I have an easier solution:
    In the file includes/languages/english/meta_tags.php (and your other languages)
    change

    PHP Code:
      define('FAVICON','favicon.ico'); 
    to

    PHP Code:
      define('FAVICON'STORE_FAVICON); 
    and in your sites config file(s) add:

    PHP Code:
    define('STORE_FAVICON''this_stores_iconfile.ico'); 
    Saves you a lot of time of creating language-template folders and duplicate meta_tags.php files

    Grtz Lenny
    Last edited by lenny; 28 Dec 2007 at 10:51 PM. Reason: corrected a file-path

 

 

Similar Threads

  1. v154 WorldPay Module version 3.0 - Support thread
    By countrycharm in forum Addon Payment Modules
    Replies: 115
    Last Post: 20 Jul 2021, 04:00 PM
  2. Bambora/Beanstream Payment Module Support Thread
    By swguy in forum Addon Payment Modules
    Replies: 127
    Last Post: 26 Mar 2021, 04:13 PM
  3. WorldPay Module version 2.0 - Support thread
    By philip_clarke in forum Addon Payment Modules
    Replies: 729
    Last Post: 4 Nov 2017, 08:23 AM
  4. PC Configurator Module [Support Thread]
    By lebrand2006 in forum All Other Contributions/Addons
    Replies: 254
    Last Post: 22 Aug 2012, 03:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR