From: Matthew Weier O'Phinney Date: Thu, 2 Aug 2012 19:47:31 +0000 (-0700) Subject: Merge pull request #100 from dlu-gs/feature/version-namespace X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=f0e666e97d66ed5d6df735fcdf27ea78105d1773;hp=82351cd23a29b4da0be3758bdf41f14c2efaeecc;p=zf2.biz%2Fapplication_blanche.git Merge pull request #100 from dlu-gs/feature/version-namespace RC2 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') ?> »