Remove unused PHP
This commit is contained in:
@@ -1,12 +1,3 @@
|
|||||||
{% if PROD %}
|
|
||||||
<?php
|
|
||||||
$themeClass = '';
|
|
||||||
if (!empty($_COOKIE['theme'])) {
|
|
||||||
$themeClass = $_COOKIE['theme'];
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
Reference in New Issue
Block a user