Hey, inside a ViewHelper, you can do: $this->controllerContext->getRequest()->getControllerName() $this->controllerContext->getRequest()->getControllerActionName() Inside a template, you cannot do that. Greets, Sebastian