Skip to content

How can I add/configure additional favicon files? #406

Answered by schulle4u
i-do asked this question in Ask a question
Discussion options

You must be logged in to vote

The file you are looking for is system/layouts/header.html. Just put your code between <head>...</head> and adjust the paths to your icons if needed. You can also access core settings via the API to get location information.

Here's an example system/layouts/header.html with adjusted path:

<!DOCTYPE html>
<html lang="<?php echo $this->yellow->page->getHtml("language") ?>">
<head>
<title><?php echo $this->yellow->page->getHtml("titleHeader") ?></title>
<meta charset="utf-8" />
<meta name="description" content="<?php echo $this->yellow->page->getHtml("description") ?>" />
<meta name="author" content="<?php echo $this->yellow->page->getHtml("author") ?>" />
<meta name="generator" content="Dat…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by annaesvensson
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #406 on December 27, 2020 14:02.