WebsiteBaker 2.13.9 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<link rel="icon" type="image/gif" href="THE_COMPLETE_PATH TO_THE_FILE/FILENAME.gif">
<link rel="icon" type="image/png" href="THE_COMPLETE_PATH TO_THE_FILE/FILENAME.png">
<link rel="icon" type="image/x-icon" href="THE_COMPLETE_PATH TO_THE_FILE/favicon.ico">
<link rel="icon" href="THE_COMPLETE_PATH TO_THE_FILE/favicon.svg" type="image/svg+xml">
<link rel="icon" type="image/x-icon" href="<?php echo WB_URL; ?>favicon.ico">
<link rel="icon" type="image/x-icon" href="<?= WB_URL; ?>favicon.ico">
<link rel="icon" type="image/x-icon" href="<?php echo TEMPLATE_DIR; ?>favicon.ico">
<link rel="icon" type="image/x-icon" href="<?= TEMPLATE_DIR; ?>favicon.ico">
<link rel="shortcut icon" href="<?= TEMPLATE_DIR; ?>favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="<?= TEMPLATE_DIR;?>apple-touch-icon.png">
Thanks. Do you mean the index.php in the template directory?
Quote from: applepie on June 23, 2024, 11:29:48 PMThanks. Do you mean the index.php in the template directory?YES - the index.php of the used frontend-template, for example index.php in /templates/DefaultTemplateif you use more than one template in your project, add it in every index.php from every installed frontend-template