Remove user group and welcome page templates from the OTS Signs theme

This commit is contained in:
Matt Batchelder
2026-04-11 14:05:17 -04:00
parent c4e26cc5b7
commit 0acd5d4ab6
57 changed files with 756 additions and 41821 deletions

View File

@@ -8,7 +8,7 @@
* Xibo is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* any later version.
* any later version.
*
* Xibo is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -17,20 +17,20 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with Xibo. If not, see <http://www.gnu.org/licenses/>.
*/
*/
defined('XIBO') or die("Sorry, you are not allowed to directly access this page.<br /> Please press the back button in your browser.");
$config = array(
'theme_name' => 'otssigns',
'theme_title' => 'OTS Signs',
'app_name' => 'OTS Signage',
'theme_url' => 'CMS Homepage',
'cms_source_url' => 'https://github.com/xibosignage/xibo-cms',
'cms_install_url' => 'manual/en/install_cms.html',
'cms_release_notes_url' => 'manual/en/release_notes.html',
'latest_news_url' => 'http://xibo.org.uk/feed/',
'client_sendCurrentLayoutAsStatusUpdate_enabled' => false,
'client_screenShotRequestInterval_enabled' => false,
"view_path" => "../web/theme/custom/ots-signs/views",
'product_support_url' => 'https://community.xibo.org.uk/c/support'
);
'theme_name' => 'ots-signs',
'theme_title' => 'OTS Signs',
'app_name' => 'OTS Signage',
'theme_url' => 'CMS Homepage',
'cms_source_url' => 'https://github.com/xibosignage/xibo-cms',
'cms_install_url' => 'manual/en/install_cms.html',
'cms_release_notes_url' => 'manual/en/release_notes.html',
'latest_news_url' => 'http://xibo.org.uk/feed/',
'client_sendCurrentLayoutAsStatusUpdate_enabled' => false,
'client_screenShotRequestInterval_enabled' => false,
'view_path' => '../web/theme/custom/ots-signs/views',
'product_support_url' => 'https://community.xibo.org.uk/c/support'
);