mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-06 10:26:22 +08:00
Fix wrong SuiteP theme references within Suite 8 theme
This commit is contained in:
parent
6b586e1678
commit
7eecd8acee
1 changed files with 4 additions and 4 deletions
|
@ -47,10 +47,10 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1" />
|
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1" />
|
||||||
<!-- Bootstrap -->
|
<!-- Bootstrap -->
|
||||||
<link href="themes/SuiteP/css/normalize.css" rel="stylesheet" type="text/css"/>
|
<link href="themes/suite8/css/normalize.css" rel="stylesheet" type="text/css"/>
|
||||||
<link href='themes/SuiteP/css/fonts.css' rel='stylesheet' type='text/css'>
|
<link href='themes/suite8/css/fonts.css' rel='stylesheet' type='text/css'>
|
||||||
<link href="themes/SuiteP/css/grid.css" rel="stylesheet" type="text/css"/>
|
<link href="themes/suite8/css/grid.css" rel="stylesheet" type="text/css"/>
|
||||||
<link href="themes/SuiteP/css/footable.core.css" rel="stylesheet" type="text/css"/>
|
<link href="themes/suite8/css/footable.core.css" rel="stylesheet" type="text/css"/>
|
||||||
<title>{if $BROWSER_TITLE}{$BROWSER_TITLE}{else}{$APP.LBL_BROWSER_TITLE}{/if}</title>
|
<title>{if $BROWSER_TITLE}{$BROWSER_TITLE}{else}{$APP.LBL_BROWSER_TITLE}{/if}</title>
|
||||||
|
|
||||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue