mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Issue #4350 Admin theme.php fix
This commit is contained in:
@@ -82,7 +82,14 @@ $no_core_css = TRUE;
|
|||||||
class bootstrap3_admintheme implements e_theme_render
|
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;
|
// global $style;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user