Skip to content

Commit

Permalink
Add favicon to all pages
Browse files Browse the repository at this point in the history
daniel-lerch committed Jul 24, 2020

Unverified

This user has not yet uploaded their public signing key.
1 parent 05ec73c commit ad1d6f1
Showing 12 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions admin/index.php
Original file line number Diff line number Diff line change
@@ -1702,6 +1702,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="<?=$ko_path?>images/kOOL_logo.ico" />
<title><?php print "$HTML_TITLE: ".getLL("module_".$ko_menu_akt); ?></title>
<?php
print ko_include_css();
2 changes: 2 additions & 0 deletions crm/index.php
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@
* Copyright notice
*
* (c) 2003-2015 Renzo Lauper ([email protected])
* (c) 2019-2020 Daniel Lerch
* All rights reserved
*
* This script is part of the kOOL project. The kOOL project is
@@ -343,6 +344,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="<?=$ko_path?>images/kOOL_logo.ico" />
<title><?php print "$HTML_TITLE: ".getLL("module_".$ko_menu_akt); ?></title>
<?php
print ko_include_css();
1 change: 1 addition & 0 deletions daten/index.php
Original file line number Diff line number Diff line change
@@ -1641,6 +1641,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="<?=$ko_path?>images/kOOL_logo.ico" />
<title><?php print "$HTML_TITLE: ".getLL("module_".$ko_menu_akt); ?></title>
<?php
$js_files = array();
1 change: 1 addition & 0 deletions donations/index.php
Original file line number Diff line number Diff line change
@@ -849,6 +849,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="<?=$ko_path?>images/kOOL_logo.ico" />
<title><?php print "$HTML_TITLE: ".getLL("module_".$ko_menu_akt); ?></title>
<?php
print ko_include_css(array($ko_path.'inc/chartist/kool-chartist.min.css'));
1 change: 1 addition & 0 deletions groups/index.php
Original file line number Diff line number Diff line change
@@ -890,6 +890,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="<?=$ko_path?>images/kOOL_logo.ico" />
<title><?php print "$HTML_TITLE: ".getLL("module_".$ko_menu_akt); ?></title>
<?php
print ko_include_css();
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="SHORTCUT ICON" href="<?php print $ko_path; ?>images/kOOL_logo.ico" />
<link rel="icon" href="<?=$ko_path?>images/kOOL_logo.ico" />
<title><?php print $HTML_TITLE; ?></title>
<?php
print ko_include_css();
1 change: 1 addition & 0 deletions install/index.php
Original file line number Diff line number Diff line change
@@ -284,6 +284,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="<?=$ko_path?>images/kOOL_logo.ico" />
<title><?php print getLL("install_welcome"); ?></title>
<?php
print ko_include_css();
1 change: 1 addition & 0 deletions leute/index.php
Original file line number Diff line number Diff line change
@@ -3855,6 +3855,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="<?=$ko_path?>images/kOOL_logo.ico" />
<title><?php print "$HTML_TITLE: ".getLL("module_".$ko_menu_akt); ?></title>
<?php

1 change: 1 addition & 0 deletions reservation/index.php
Original file line number Diff line number Diff line change
@@ -1418,6 +1418,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="<?=$ko_path?>images/kOOL_logo.ico" />
<title><?php print "$HTML_TITLE: ".getLL("module_".$ko_menu_akt); ?></title>
<?php
$js_files = array();
1 change: 1 addition & 0 deletions rota/index.php
Original file line number Diff line number Diff line change
@@ -659,6 +659,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="<?=$ko_path?>images/kOOL_logo.ico" />
<title><?php print $HTML_TITLE.': '.getLL('module_'.$ko_menu_akt); ?></title>
<?php
if ($_SESSION['show'] == 'show_filesend' && ko_module_installed('crm')) {
1 change: 1 addition & 0 deletions tools/index.php
Original file line number Diff line number Diff line change
@@ -924,6 +924,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="<?=$ko_path?>images/kOOL_logo.ico" />
<title><?php print "$HTML_TITLE: ".getLL("module_".$ko_menu_akt); ?></title>
<?php
print ko_include_css();
1 change: 1 addition & 0 deletions tracking/index.php
Original file line number Diff line number Diff line change
@@ -566,6 +566,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="<?=$ko_path?>images/kOOL_logo.ico" />
<title><?php print $HTML_TITLE.': '.getLL('module_'.$ko_menu_akt); ?></title>
<?php
print ko_include_css();

0 comments on commit ad1d6f1

Please sign in to comment.