我不断收到此浏览器错误
Strict Standards: Non-static method JSite::getMenu() should not be called statically,
assuming $this from incompatible context
in C:\xampp\htdocs\afvidz\templates\videoplus\index.php on line 53`
Strict Standards: Non-static method JApplication::getMenu() should not be called statically,
assuming $this from incompatible context
in C:\xampp\htdocs\afvidz\includes\application.php on line 593`
这是我的第 53 行
$menu = JSite::getMenu();
和第 593 行
$menu = parent::getMenu('site', $options);