-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated links for when served with
php codex serve
.
Signed-off-by: Joshua Parker <[email protected]>
- Loading branch information
1 parent
483b4e8
commit 2218043
Showing
4 changed files
with
6 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,6 @@ use function Codefy\Framework\Helpers\env; | |
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content=""> | ||
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors"> | ||
<meta name="generator" content="CodefyPHP Framework <?=$this->esc(\Codefy\Framework\Application::APP_VERSION);?>"> | ||
<title><?=$this->esc($title);?></title> | ||
|
||
|
@@ -37,7 +35,7 @@ use function Codefy\Framework\Helpers\env; | |
|
||
|
||
<!-- Custom styles for this template --> | ||
<link href="<?=env('APP_BASE_URL');?>/resources/views/backend/assets/css/admin.css" rel="stylesheet"> | ||
<link href="<?=env('APP_BASE_URL');?>/assets/css/admin.css" rel="stylesheet"> | ||
</head> | ||
<body> | ||
|
||
|
@@ -93,6 +91,6 @@ use function Codefy\Framework\Helpers\env; | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/feather.min.js" integrity="sha384-uO3SXW5IuS1ZpFPKugNNWqTZRRglnUJK6UAZ/gxOX80nxEkN9NcGZTftn6RzhGWE" crossorigin="anonymous"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/Chart.min.js" integrity="sha384-zNy6FEbO50N+Cg5wap8IKA4M/ZnLJgzc6w2NqACZaK0u0FXfOWRRJOnQtpZun8ha" crossorigin="anonymous"></script> | ||
<script src="<?=env('APP_BASE_URL');?>/resources/views/backend/assets/js/admin.js"></script> | ||
<script src="<?=env('APP_BASE_URL');?>/assets/js/admin.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters