1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Issue #4350 Admin theme.php fix

This commit is contained in:
Cameron 2021-01-17 07:37:19 -08:00
parent f97dd307af
commit ed8d40db95

View File

@ -82,7 +82,14 @@ $no_core_css = TRUE;
class bootstrap3_admintheme implements e_theme_render
{
function tablestyle($caption, $text, $mode='', $data=array())
public function init()
{
}
public function tablestyle($caption, $text, $mode='', $data=array())
{
// global $style;