Remove unused PHP

This commit is contained in:
Tanner Collin 2021-06-16 07:40:00 +00:00
parent bda333c88a
commit 2c5c0750bf

View File

@ -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>