mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
chore: use @php
in Blade templates (#3172)
* chore: remove comment * chore: use `@php` in blade templates * chore: use `@php` in blade templates
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
{{-- TODO: Change below to @php when Laravel is upgraded --}}
|
||||
<?php
|
||||
@php
|
||||
$primaryColor = $settings->get('theme_primary_color', '#000');
|
||||
?>
|
||||
@endphp
|
||||
|
||||
<!doctype html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
Reference in New Issue
Block a user