File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 echo $ this ->Html ->meta ('icon ' );
2323
2424 echo $ this ->Html ->css ([
25- 'CakeInstaller.font-awesome/css/font-awesome.min.css?v=4.7.0 ' ,
2625 'CakeInstaller.bootstrap/bootstrap.min.css?v=3.3.7 ' ,
2726 'CakeInstaller.Installer.min.css?v=0.8.0 '
2827 ]);
2928
3029 echo $ this ->Html ->script ([
3130 'CakeInstaller.jquery/jquery.min.js?v=1.12.3 ' ,
3231 'CakeInstaller.bootstrap/bootstrap.min.js?v=3.3.7 ' ,
32+ 'CakeInstaller.font-awesome/fa-solid.min.js?v=5.1.0 ' ,
33+ 'CakeInstaller.font-awesome/fa-regular.min.js?v=5.1.0 ' ,
34+ 'CakeInstaller.font-awesome/fontawesome.min.js?v=5.1.0 ' ,
3335 'CakeInstaller.layout.installer.min.js?v=0.8.0 '
3436 ]);
3537?>
3638</head>
3739<body>
3840 <div id="container">
39- <div id="header">
41+ <div id="header">
4042 <nav class="navbar navbar-default navbar-fixed-top">
4143 <div class="container-fluid">
4244 <div class="navbar-header">
You can’t perform that action at this time.
0 commit comments