Files
thinksaas_lmve/app/home/action/theme.php
T
2023-06-22 13:33:25 +08:00

15 lines
183 B
PHP

<?php
defined('IN_TS') or die('Access Denied.');
switch($ts){
case "":
$title = '更换主题';
$arrTheme = tsScanDir('theme');
include template("theme");
break;
}