summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2016-03-16 14:19:04 -0500
committerJared Dillard <jdillard@netgate.com>2016-03-16 14:25:27 -0500
commit9d1be24ef72c0c27fe7a297bf79ec5e4f552a390 (patch)
tree47be453db62ee886d797b26efdf3104731b0cce2 /src/usr/local/www/head.inc
parent1c9818970fcc994d6599d794047397655f867a12 (diff)
downloadpfsense-9d1be24ef72c0c27fe7a297bf79ec5e4f552a390.zip
pfsense-9d1be24ef72c0c27fe7a297bf79ec5e4f552a390.tar.gz
organize assets and put 3rd party into vendor folder
Diffstat (limited to 'src/usr/local/www/head.inc')
-rw-r--r--src/usr/local/www/head.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 2dcd21a..50b8522 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -66,11 +66,11 @@ if (isset($config['system']['webgui']['pagenamefirst'])) {
$tabtitle = htmlspecialchars($config['system']['hostname'] . "." . $config['system']['domain']) . " - " . $pagetitle;
}
-$cssfile = "/bootstrap/css/pfSense.css";
+$cssfile = "/css/pfSense.css";
if (isset($config['system']['webgui']['webguicss'])) {
- if (file_exists("/usr/local/www/bootstrap/css/" . $config['system']['webgui']['webguicss'])) {
- $cssfile = "/bootstrap/css/" . $config['system']['webgui']['webguicss'];
+ if (file_exists("/usr/local/www/css/" . $config['system']['webgui']['webguicss'])) {
+ $cssfile = "/css/" . $config['system']['webgui']['webguicss'];
}
}
@@ -85,8 +85,8 @@ if (!isset($config['system']['webgui']['dashboardcolumns'])) {
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="<?=$cssfile?>" />
- <link rel="stylesheet" href="/font-awesome/css/font-awesome.min.css">
- <link rel="stylesheet" href="/sortable/sortable-theme-bootstrap.css">
+ <link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
+ <link rel="stylesheet" href="/vendor/sortable/sortable-theme-bootstrap.css">
<title><?=$tabtitle?></title>
<script type="text/javascript">
//<![CDATA[
OpenPOWER on IntegriCloud