mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-30 16:07:37 -05:00
Compare commits
1 Commits
moiety/ver
...
moiety/mai
Author | SHA1 | Date | |
---|---|---|---|
15ef93d000 |
3
.mailmap
Normal file
3
.mailmap
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<ro@h-i.works> <iam@roiskinda.cool>
|
||||||
|
<ro@h-i.works> <are0h@ubiqueros.com>
|
||||||
|
ro <are0h@ubiqueros.com>
|
@ -1,11 +1,3 @@
|
|||||||
<?php
|
|
||||||
// Get and decode composer.json
|
|
||||||
$content = file_get_contents(__DIR__ . '/../../../composer.json');
|
|
||||||
$content = json_decode($content, true);
|
|
||||||
|
|
||||||
// Get the version number
|
|
||||||
$version = $content['version'];
|
|
||||||
?>
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
@ -17,9 +9,9 @@
|
|||||||
@yield('title')
|
@yield('title')
|
||||||
</title>
|
</title>
|
||||||
@if(isset($front) && $front == false)
|
@if(isset($front) && $front == false)
|
||||||
|
<link rel="stylesheet" type="text/css" href="/assets/css/back/start.css?=sdfsdf">
|
||||||
@elseif(!isset($front) || $front == true)
|
@elseif(!isset($front) || $front == true)
|
||||||
<link rel="stylesheet" type="text/css" href="/assets/css/back/start.css?v=<?php echo($version); ?>">
|
<link rel="stylesheet" type="text/css" href="/assets/css/front/start.css?=sdfsdf">
|
||||||
<link rel="stylesheet" type="text/css" href="/assets/css/front/start.css?v=<?php echo($version); ?>">
|
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
Reference in New Issue
Block a user