From 0dcb5232f4b4349a469d5142c905a45415e679c2 Mon Sep 17 00:00:00 2001 From: David Lukas Date: Thu, 2 Aug 2012 17:29:55 +0200 Subject: [PATCH] RC compatibility - Zend\Version namespace --- module/Application/view/application/index/index.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/Application/view/application/index/index.phtml b/module/Application/view/application/index/index.phtml index b86c138..c821645 100644 --- a/module/Application/view/application/index/index.phtml +++ b/module/Application/view/application/index/index.phtml @@ -1,6 +1,6 @@

translate('Welcome to %sZend Framework 2%s'), '', '') ?>

-

translate('Congratulations! You have successfully installed the %sZF2 Skeleton Application%s. You are currently running Zend Framework version %s. This skeleton can serve as a simple starting point for you to begin building your application on ZF2.'), '', '', \Zend\Version::VERSION) ?>

+

translate('Congratulations! You have successfully installed the %sZF2 Skeleton Application%s. You are currently running Zend Framework version %s. This skeleton can serve as a simple starting point for you to begin building your application on ZF2.'), '', '', \Zend\Version\Version::VERSION) ?>

translate('Fork Zend Framework 2 on GitHub') ?> »

-- 1.7.10.4