I use the following to render an element in view/users/index.ctp:
$this->renderElements('users/lmenu');
But when use the same line in the layout default.ctp I get an error:
Call to undefined method View::renderElements()
How can I display an element in a layout?
mensch had the best hint in the comments: