From f90b014d848c7cae7eaae7e69edeb3c88b06f86a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Mo=CC=88ller?= Date: Sun, 8 Feb 2015 11:31:08 +0100 Subject: [PATCH] Fix: Access renderer properties --- module/ZfModule/view/zf-module/index/view.phtml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/module/ZfModule/view/zf-module/index/view.phtml b/module/ZfModule/view/zf-module/index/view.phtml index 1a4adbd9..163896ef 100644 --- a/module/ZfModule/view/zf-module/index/view.phtml +++ b/module/ZfModule/view/zf-module/index/view.phtml @@ -1,11 +1,11 @@ -headTitle($this->escapeHtmlAttr($module) . ' module by ' . $this->escapeHtmlAttr($vendor)); ?> -headMeta()->appendName('description', $this->escapeHtmlAttr($repository->description)); ?> +headTitle($this->escapeHtmlAttr($this->module) . ' module by ' . $this->escapeHtmlAttr($this->vendor)); ?> +headMeta()->appendName('description', $this->escapeHtmlAttr($this->repository->description)); ?> -

/

+

vendor; ?> / module; ?>

-

escapeHtml($repository->description); ?>

+

escapeHtml($this->repository->description); ?>