e107_themes/bootstrap5/theme.php
Class \theme
defined at /code/e107_themes/bootstrap5/theme.php:10
was previously defined as Class \theme
at /code/e107_themes/bootstrap3/theme.php:21
Open
Open
class theme implements e_theme_render
- Exclude checks
Argument 3 (default)
is false
but \e107::pref()
takes null
defined at /code/e107_handlers/e107_class.php:4016
Open
Open
$login_iframe = e107::pref('theme', 'login_iframe', false);
- Exclude checks
Method \theme,1::tablestyle
is declared to return mixed
but has no return value Open
Open
function tablestyle($caption, $text, $mode='', $data = array())
- Exclude checks
Argument 1 (name)
is 'viewport'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('viewport', 'width=device-width, initial-scale=1.0'); // added to <head>
- Exclude checks
Argument 2 (content)
is 'width=device-width, initial-scale=1.0'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('viewport', 'width=device-width, initial-scale=1.0'); // added to <head>
- Exclude checks
Method \theme,1::init
is declared to return mixed
but has no return value Open
Open
public function init()
- Exclude checks