File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 33<head>
44 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
55 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0" />
6- <title>DevNet - <?= $ this ->ViewData ['Title ' ] ?? null ?> </title>
6+ <title>DevNet<?= isset ( $ this ->ViewData ['Title ' ]) ? " - " . $ this -> ViewData [ ' Title ' ] : null ?> </title>
77 <!-- styles -->
88 <link rel="stylesheet" href="/lib/bootstrap/css/bootstrap.min.css">
9+ <link rel="stylesheet" href="/css/style.css">
910</head>
1011<body>
1112 <header>
1617 </main>
1718 <!-- scripts -->
1819 <script src="/lib/bootstrap/js/bootstrap.bundle.min.js"></script>
20+ <script src="/js/script.js"></script>
1921 <? $ this ->renderSection ('scripts ' ) ?>
2022</body>
2123</html>
You can’t perform that action at this time.
0 commit comments