tma/include/theme.inc.php
2024-02-12 20:46:07 +01:00

5 lines
55 B
PHP

<?php
if (!isset($theme)) {
$theme = "default";
}