1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02: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;