Remove unused PHP

master
Tanner Collin 3 years ago
parent bda333c88a
commit 2c5c0750bf
  1. 9
      themes/theme/templates/base.html

@ -1,12 +1,3 @@
{% if PROD %}
<?php
$themeClass = '';
if (!empty($_COOKIE['theme'])) {
$themeClass = $_COOKIE['theme'];
}
?>
{% endif %}
<!DOCTYPE html>
<html lang="en">
<head>

Loading…
Cancel
Save