tma/include/theme.inc.php

6 lines
55 B
PHP
Raw Normal View History

2020-11-29 11:25:34 +01:00
<?php
2024-02-12 20:46:07 +01:00
if (!isset($theme)) {
$theme = "default";
}