mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Issue #4350 Admin theme.php fix
This commit is contained in:
parent
f97dd307af
commit
ed8d40db95
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user