From 7c72aa8b5db61a45c258cdf28a721c32e865c3fd Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Fri, 4 Sep 2020 15:26:51 +0300 Subject: [PATCH] rename pda.css to mobile.css; updated mobile_url --- src/init.php | 2 +- src/themes/default/index.php | 2 +- src/themes/default/{pda.css => mobile.css} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/themes/default/{pda.css => mobile.css} (100%) diff --git a/src/init.php b/src/init.php index bb5794d..29c19f3 100644 --- a/src/init.php +++ b/src/init.php @@ -165,7 +165,7 @@ function get_mttinfo($v) case 'mobile_url': $_mttinfo['mobile_url'] = Config::get('mobile_url'); if ($_mttinfo['mobile_url'] == '') { - $_mttinfo['mobile_url'] = get_mttinfo('url'). '?pda'; + $_mttinfo['mobile_url'] = get_mttinfo('url'). '?mobile'; } return $_mttinfo['mobile_url']; case 'mtt_url': diff --git a/src/themes/default/index.php b/src/themes/default/index.php index f782a8a..10aaab7 100644 --- a/src/themes/default/index.php +++ b/src/themes/default/index.php @@ -10,7 +10,7 @@ - + diff --git a/src/themes/default/pda.css b/src/themes/default/mobile.css similarity index 100% rename from src/themes/default/pda.css rename to src/themes/default/mobile.css