mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-15 09:39:17 +00:00
rename SeedDMS_Bootstrap_Style to SeedDMS_Theme_Style
This commit is contained in:
parent
ac85cfe26d
commit
3e81ad7654
|
@ -20,7 +20,7 @@
|
||||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
// 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
|
* @var string $extraheader extra html code inserted in the html header
|
||||||
* of the page
|
* of the page
|
||||||
|
@ -3297,3 +3297,5 @@ $("body").on("click", "span.openpopupbox", function(e) {
|
||||||
<?php
|
<?php
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class_alias('SeedDMS_Theme_Style', 'SeedDMS_Bootstrap_Style');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user