You've already forked Atomcms-edit
Commit remaining pre-existing changes across CMS files
This commit is contained in:
@@ -9,6 +9,13 @@
|
||||
|
||||
<link href="https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="{{ config('habbo.cdn.swiper_css') }}" />
|
||||
|
||||
<script src="{{ config('habbo.cdn.axios_js') }}"></script>
|
||||
<script defer src="{{ config('habbo.cdn.alpine_js') }}"></script>
|
||||
<script defer src="{{ config('habbo.cdn.alpine_focus_js') }}"></script>
|
||||
<script src="{{ config('habbo.cdn.swiper_js') }}"></script>
|
||||
|
||||
@vite(['resources/themes/' . setting('theme') . '/css/app.css', 'resources/themes/' . setting('theme') . '/js/app.js'], 'build')
|
||||
|
||||
@if(setting('button_enabled') == '1')
|
||||
|
||||
Reference in New Issue
Block a user