rename SeedDMS_Bootstrap_Style to SeedDMS_Theme_Style

This commit is contained in:
Uwe Steinmann 2021-04-15 10:32:42 +02:00
parent ac85cfe26d
commit 3e81ad7654

View File

@ -20,7 +20,7 @@
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
class SeedDMS_Bootstrap_Style extends SeedDMS_View_Common {
class SeedDMS_Theme_Style extends SeedDMS_View_Common {
/**
* @var string $extraheader extra html code inserted in the html header
* of the page
@ -3297,3 +3297,5 @@ $("body").on("click", "span.openpopupbox", function(e) {
<?php
} /* }}} */
}
class_alias('SeedDMS_Theme_Style', 'SeedDMS_Bootstrap_Style');