From: David Lukas Date: Thu, 2 Aug 2012 15:29:55 +0000 (+0200) Subject: RC compatibility - Zend\Version namespace X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fapplication_blanche.git;a=commitdiff_plain;h=0dcb5232f4b4349a469d5142c905a45415e679c2 RC compatibility - Zend\Version namespace --- 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') ?> »