Skip to content

Commit

Permalink
FIX #1065
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichblock committed Jan 20, 2018
1 parent 17eb07b commit 6e5db39
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 15 deletions.
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<IfModule mod_rewrite.c>
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_URI} !\.(png|ico|jpg)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Expand Down
2 changes: 1 addition & 1 deletion template/default/admin/admin_header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="description" content="">
<meta name="author" content="2012 - <?php echo date('Y'); ?> <?php if(isset($ewCfg['title'])) echo $ewCfg['title']; ?>">

<link rel="shortcut icon" type="image/x-icon" href="<?php echo (isset($rSA['favicon'])) ? $rSA['favicon'] : 'images/favicon.ico';?>" />
<link rel="shortcut icon" type="image/x-icon" href="<?php echo (isset($rSA['favicon']) and !empty($rSA['favicon'])) ? $rSA['favicon'] : 'images/favicon.ico';?>" />

<!-- Bootstrap CSS -->
<link href="css/default/bootstrap.min.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion template/default/cms/page_header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="description" content="">
<meta name="author" content="2012 - <?php echo date('Y'); ?> Ulrich Block">

<link rel="shortcut icon" type="image/x-icon" href="<?php echo (isset($rSA['favicon'])) ? $rSA['favicon'] : 'images/favicon.ico';?>" />
<link rel="shortcut icon" type="image/x-icon" href="<?php echo (isset($rSA['favicon']) and !empty($rSA['favicon'])) ? $rSA['favicon'] : 'images/favicon.ico';?>" />

<link rel="canonical" href="<?php echo $page_data->canurl;?>" />
<link href="<?php echo $page_data->getDefaultUrl();?>" hreflang="x-default" rel="alternate">
Expand Down
3 changes: 1 addition & 2 deletions template/default/standalone/lend.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@

<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>

<link rel="shortcut icon" href="images/favicon.png" type="image/png">
<meta name="robots" content="noindex">
<link rel="shortcut icon" type="image/x-icon" href="<?php echo (isset($rSA['favicon'])) ? $rSA['favicon'] : 'images/favicon.ico';?>" />
<link rel="shortcut icon" type="image/x-icon" href="<?php echo (isset($rSA['favicon']) and !empty($rSA['favicon'])) ? $rSA['favicon'] : 'images/favicon.ico';?>" />

<!-- bootstrap -->
<link href="css/default/bootstrap.min.css" rel="stylesheet">
Expand Down
3 changes: 1 addition & 2 deletions template/default/standalone/lenddata.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@

<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>

<link rel="shortcut icon" href="images/favicon.png" type="image/png">
<meta name="robots" content="noindex">
<link rel="shortcut icon" type="image/x-icon" href="<?php echo (isset($rSA['favicon'])) ? $rSA['favicon'] : 'images/favicon.ico';?>" />
<link rel="shortcut icon" type="image/x-icon" href="<?php echo (isset($rSA['favicon']) and !empty($rSA['favicon'])) ? $rSA['favicon'] : 'images/favicon.ico';?>" />

<!-- bootstrap -->
<link href="css/default/bootstrap.min.css" rel="stylesheet">
Expand Down
3 changes: 1 addition & 2 deletions template/default/standalone/lenddata_ipblock.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@

<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>

<link rel="shortcut icon" href="images/favicon.png" type="image/png">
<meta name="robots" content="noindex">
<link rel="shortcut icon" type="image/x-icon" href="<?php echo (isset($rSA['favicon'])) ? $rSA['favicon'] : 'images/favicon.ico';?>" />
<link rel="shortcut icon" type="image/x-icon" href="<?php echo (isset($rSA['favicon']) and !empty($rSA['favicon'])) ? $rSA['favicon'] : 'images/favicon.ico';?>" />

<!-- bootstrap -->
<link href="css/default/bootstrap.min.css" rel="stylesheet">
Expand Down
3 changes: 1 addition & 2 deletions template/default/standalone/login.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@

<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>

<link rel="shortcut icon" href="images/favicon.png" type="image/png">
<meta name="robots" content="noindex">
<link rel="shortcut icon" type="image/x-icon" href="<?php echo (isset($rSA['favicon'])) ? $rSA['favicon'] : 'images/favicon.ico';?>" />
<link rel="shortcut icon" type="image/x-icon" href="<?php echo (isset($rSA['favicon']) and !empty($rSA['favicon'])) ? $rSA['favicon'] : 'images/favicon.ico';?>" />

<!-- bootstrap -->
<link href="css/default/bootstrap.min.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion template/default/standalone/login_mutiple.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
<meta name="robots" content="noindex">
<link rel="shortcut icon" type="image/x-icon" href="<?php echo (isset($rSA['favicon'])) ? $rSA['favicon'] : 'images/favicon.ico';?>" />
<link rel="shortcut icon" type="image/x-icon" href="<?php echo (isset($rSA['favicon']) and !empty($rSA['favicon'])) ? $rSA['favicon'] : 'images/favicon.ico';?>" />

<!-- bootstrap -->
<link href="css/default/bootstrap.min.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion template/default/standalone/passwordrecovery.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>

<meta name="robots" content="noindex">
<link rel="shortcut icon" type="image/x-icon" href="<?php echo (isset($rSA['favicon'])) ? $rSA['favicon'] : 'images/favicon.ico';?>" />
<link rel="shortcut icon" type="image/x-icon" href="<?php echo (isset($rSA['favicon']) and !empty($rSA['favicon'])) ? $rSA['favicon'] : 'images/favicon.ico';?>" />

<!-- bootstrap -->
<link href="css/default/bootstrap.min.css" rel="stylesheet">
Expand Down
3 changes: 1 addition & 2 deletions template/default/standalone/protectioncheck.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@

<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>

<link rel="shortcut icon" href="images/favicon.png" type="image/png">
<meta name="robots" content="noindex">
<link rel="shortcut icon" type="image/x-icon" href="<?php echo (isset($rSA['favicon'])) ? $rSA['favicon'] : 'images/favicon.ico';?>" />
<link rel="shortcut icon" type="image/x-icon" href="<?php echo (isset($rSA['favicon']) and !empty($rSA['favicon'])) ? $rSA['favicon'] : 'images/favicon.ico';?>" />

<!-- bootstrap -->
<link href="css/default/bootstrap.min.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion template/default/user/userpanel_header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="description" content="">
<meta name="author" content="2012 - <?php echo date('Y'); ?> <?php if(isset($ewCfg['title'])) echo $ewCfg['title']; ?>">

<link rel="shortcut icon" type="image/x-icon" href="<?php echo (isset($rSA['favicon'])) ? $rSA['favicon'] : 'images/favicon.ico';?>" />
<link rel="shortcut icon" type="image/x-icon" href="<?php echo (isset($rSA['favicon']) and !empty($rSA['favicon'])) ? $rSA['favicon'] : 'images/favicon.ico';?>" />

<!-- Bootstrap CSS -->
<link href="css/default/bootstrap.min.css" rel="stylesheet">
Expand Down

0 comments on commit 6e5db39

Please sign in to comment.